Html Css Color HEX #42A18B Gossamer

📋 copy color: '#42A18B'

red 66 ◦ green 161 ◦ blue 139

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

Shades of Gossamer #42A18B

Tints of Gossamer #42A18B

RGB

 RED value IS 66 (26.17% from 255) = 18.03%

 GREEN value IS 161 (63.28% from 255) = 43.99%

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 18.03%
G = 43.99%
B = 37.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#42A18B (or 0x42A18B) is known color: Gossamer. HEX triplet: 42, A1 and 8B. RGB value is (66,161,139). Sum of RGB (Red+Green+Blue) = 66+161+139=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #42A18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A18B is #BD5E74. Grayscale: #828282. Windows color (decimal): -12410485 or 9150786. OLE color: 9150786.

HSL color Cylindrical-coordinate representation of color #42A18B: hue angle of 166.11º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A18B is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 161 139 -
CMYK 0.59 0 0.14 0.37
HSL 166.11º 0.42% 0.45% -
HSV(B) 166.11º 0.59% 0.63% -
XYZ 19.65 28.51 28.89 -
YUV 130.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 66 161 139 0.59 0 0.14 0.37 166.11 0.42 0.45
Hex 42 A1 8B 3B 0 E 25 A6 2A 2D
Octal 102 241 213 73 0 16 45 246 52 55
Binary 1000010 10100001 10001011 111011 0 1110 100101 10100110 101010 101101

Color Harmonies of #42A18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A18B

Black with #42A18B

Text Example


Text Example

White with #42A18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A18B; }

 p { color: rgb(66,161,139); }

 H1.HeaderClassName
 {
   color: #42A18B;
 }
 .AnyTagClassName
 {
   color: #42A18B;
 }
</style>

background-color css

<style>
 a { background-color: #42A18B; }

 a { background-color: rgb(66,161,139); }

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

border-color css

<style>
 span { border-color: #42A18B; }

 span { border-color: rgb(66,161,139); }

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