Html Css Color HEX #42AB96 Gossamer

📋 copy color: '#42AB96'

red 66 ◦ green 171 ◦ blue 150

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

Shades of Gossamer #42AB96

Tints of Gossamer #42AB96

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.19%

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

R = 17.05%
G = 44.19%
B = 38.76%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#42AB96 (or 0x42AB96) is known color: Gossamer. HEX triplet: 42, AB and 96. RGB value is (66,171,150). Sum of RGB (Red+Green+Blue) = 66+171+150=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB96 is #BD5469. Grayscale: #898989. Windows color (decimal): -12407914 or 9874242. OLE color: 9874242.

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

Color convert

RGB 66 171 150 -
CMYK 0.61 0 0.12 0.33
HSL 168º 0.44% 0.46% -
HSV(B) 168º 0.61% 0.67% -
XYZ 22.31 32.49 33.95 -
YUV 137.21 135.21 77.21 -
System Red Green Blue C M Y K H S L
Decimal 66 171 150 0.61 0 0.12 0.33 168 0.44 0.46
Hex 42 AB 96 3D 0 C 21 A8 2C 2E
Octal 102 253 226 75 0 14 41 250 54 56
Binary 1000010 10101011 10010110 111101 0 1100 100001 10101000 101100 101110

Color Harmonies of #42AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AB96

Black with #42AB96

Text Example


Text Example

White with #42AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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