Html Css Color HEX #42A884 Gossamer

📋 copy color: '#42A884'

red 66 ◦ green 168 ◦ blue 132

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

Shades of Gossamer #42A884

Tints of Gossamer #42A884

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.9%

 BLUE value IS 132 (51.95% from 255) = 36.07%

R = 18.03%
G = 45.9%
B = 36.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#42A884 (or 0x42A884) is known color: Gossamer. HEX triplet: 42, A8 and 84. RGB value is (66,168,132). Sum of RGB (Red+Green+Blue) = 66+168+132=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 168 - color contains mainly: green. Hex color #42A884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A884 is #BD577B. Grayscale: #858585. Windows color (decimal): -12408700 or 8693826. OLE color: 8693826.

HSL color Cylindrical-coordinate representation of color #42A884: hue angle of 158.82º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A884 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 66 168 132 -
CMYK 0.61 0 0.21 0.34
HSL 158.82º 0.44% 0.46% -
HSV(B) 158.82º 0.61% 0.66% -
XYZ 20.41 30.83 26.7 -
YUV 133.4 127.21 79.93 -
System Red Green Blue C M Y K H S L
Decimal 66 168 132 0.61 0 0.21 0.34 158.82 0.44 0.46
Hex 42 A8 84 3D 0 15 22 9F 2C 2E
Octal 102 250 204 75 0 25 42 237 54 56
Binary 1000010 10101000 10000100 111101 0 10101 100010 10011111 101100 101110

Color Harmonies of #42A884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A884

Black with #42A884

Text Example


Text Example

White with #42A884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,168,132); }

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

background-color css

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

 a { background-color: rgb(66,168,132); }

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

border-color css

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

 span { border-color: rgb(66,168,132); }

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