Html Css Color HEX #42B296 Gossamer

📋 copy color: '#42B296'

red 66 ◦ green 178 ◦ blue 150

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

Shades of Gossamer #42B296

Tints of Gossamer #42B296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.18%

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

R = 16.75%
G = 45.18%
B = 38.07%

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

#42B296 (or 0x42B296) is known color: Gossamer. HEX triplet: 42, B2 and 96. RGB value is (66,178,150). Sum of RGB (Red+Green+Blue) = 66+178+150=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #42B296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B296 is #BD4D69. Grayscale: #8D8D8D. Windows color (decimal): -12406122 or 9876034. OLE color: 9876034.

HSL color Cylindrical-coordinate representation of color #42B296: hue angle of 165º 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 #42B296 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 178 150 -
CMYK 0.63 0 0.16 0.30
HSL 165º 0.46% 0.48% -
HSV(B) 165º 0.63% 0.7% -
XYZ 23.67 35.2 34.4 -
YUV 141.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 66 178 150 0.63 0 0.16 0.30 165 0.46 0.48
Hex 42 B2 96 3F 0 10 1E A5 2E 30
Octal 102 262 226 77 0 20 36 245 56 60
Binary 1000010 10110010 10010110 111111 0 10000 11110 10100101 101110 110000

Color Harmonies of #42B296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B296

Black with #42B296

Text Example


Text Example

White with #42B296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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