Html Css Color HEX #42B396 Gossamer

📋 copy color: '#42B396'

red 66 ◦ green 179 ◦ blue 150

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

Shades of Gossamer #42B396

Tints of Gossamer #42B396

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.32%

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 16.71%
G = 45.32%
B = 37.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#42B396 (or 0x42B396) is known color: Gossamer. HEX triplet: 42, B3 and 96. RGB value is (66,179,150). Sum of RGB (Red+Green+Blue) = 66+179+150=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #42B396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B396 is #BD4C69. Grayscale: #8D8D8D. Windows color (decimal): -12405866 or 9876290. OLE color: 9876290.

HSL color Cylindrical-coordinate representation of color #42B396: hue angle of 164.6º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B396 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 179 150 -
CMYK 0.63 0 0.16 0.30
HSL 164.6º 0.46% 0.48% -
HSV(B) 164.6º 0.63% 0.7% -
XYZ 23.87 35.6 34.47 -
YUV 141.91 132.56 73.86 -
System Red Green Blue C M Y K H S L
Decimal 66 179 150 0.63 0 0.16 0.30 164.6 0.46 0.48
Hex 42 B3 96 3F 0 10 1E A5 2E 30
Octal 102 263 226 77 0 20 36 245 56 60
Binary 1000010 10110011 10010110 111111 0 10000 11110 10100101 101110 110000

Color Harmonies of #42B396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B396

Black with #42B396

Text Example


Text Example

White with #42B396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,179,150); }

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

background-color css

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

 a { background-color: rgb(66,179,150); }

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

border-color css

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

 span { border-color: rgb(66,179,150); }

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