Html Css Color HEX #3DAAA0 Gossamer

📋 copy color: '#3DAAA0'

red 61 ◦ green 170 ◦ blue 160

#3DAAA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #3DAAA0

Tints of Gossamer #3DAAA0

RGB

 RED value IS 61 (24.22% from 255) = 15.6%

 GREEN value IS 170 (66.8% from 255) = 43.48%

 BLUE value IS 160 (62.89% from 255) = 40.92%

R = 15.6%
G = 43.48%
B = 40.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3DAAA0 (or 0x3DAAA0) is known color: Gossamer. HEX triplet: 3D, AA and A0. RGB value is (61,170,160). Sum of RGB (Red+Green+Blue) = 61+170+160=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAAA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAAA0 is #C2555F. Grayscale: #888888. Windows color (decimal): -12735840 or 10529341. OLE color: 10529341.

HSL color Cylindrical-coordinate representation of color #3DAAA0: hue angle of 174.5º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAAA0 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 170 160 -
CMYK 0.64 0 0.06 0.33
HSL 174.5º 0.47% 0.45% -
HSV(B) 174.5º 0.64% 0.67% -
XYZ 22.64 32.28 38.29 -
YUV 136.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 61 170 160 0.64 0 0.06 0.33 174.5 0.47 0.45
Hex 3D AA A0 40 0 6 21 AE 2F 2D
Octal 75 252 240 100 0 6 41 256 57 55
Binary 111101 10101010 10100000 1000000 0 110 100001 10101110 101111 101101

Color Harmonies of #3DAAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAAA0

Black with #3DAAA0

Text Example


Text Example

White with #3DAAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DAAA0; }

 p { color: rgb(61,170,160); }

 H1.HeaderClassName
 {
   color: #3DAAA0;
 }
 .AnyTagClassName
 {
   color: #3DAAA0;
 }
</style>

background-color css

<style>
 a { background-color: #3DAAA0; }

 a { background-color: rgb(61,170,160); }

 div.DivClassName
 {
   background-color: #3DAAA0;
 }
 .BgClassName
 {
   background-color: #3DAAA0;
 }
</style>

border-color css

<style>
 span { border-color: #3DAAA0; }

 span { border-color: rgb(61,170,160); }

 td.TdClassName
 {
   border-color: #3DAAA0;
 }
 .TagClassName
 {
   border-color: #3DAAA0;
 }
</style>