Html Css Color HEX #42A391 Gossamer

📋 copy color: '#42A391'

red 66 ◦ green 163 ◦ blue 145

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

Shades of Gossamer #42A391

Tints of Gossamer #42A391

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.58%

 BLUE value IS 145 (57.03% from 255) = 38.77%

R = 17.65%
G = 43.58%
B = 38.77%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#42A391 (or 0x42A391) is known color: Gossamer. HEX triplet: 42, A3 and 91. RGB value is (66,163,145). Sum of RGB (Red+Green+Blue) = 66+163+145=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 163 - color contains mainly: green. Hex color #42A391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A391 is #BD5C6E. Grayscale: #838383. Windows color (decimal): -12409967 or 9544514. OLE color: 9544514.

HSL color Cylindrical-coordinate representation of color #42A391: hue angle of 168.87º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A391 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 163 145 -
CMYK 0.60 0 0.11 0.36
HSL 168.87º 0.42% 0.45% -
HSV(B) 168.87º 0.6% 0.64% -
XYZ 20.45 29.4 31.38 -
YUV 131.95 135.36 80.96 -
System Red Green Blue C M Y K H S L
Decimal 66 163 145 0.60 0 0.11 0.36 168.87 0.42 0.45
Hex 42 A3 91 3C 0 B 24 A9 2A 2D
Octal 102 243 221 74 0 13 44 251 52 55
Binary 1000010 10100011 10010001 111100 0 1011 100100 10101001 101010 101101

Color Harmonies of #42A391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A391

Black with #42A391

Text Example


Text Example

White with #42A391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,163,145); }

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

background-color css

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

 a { background-color: rgb(66,163,145); }

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

border-color css

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

 span { border-color: rgb(66,163,145); }

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