Html Css Color HEX #42AB8E Gossamer

📋 copy color: '#42AB8E'

red 66 ◦ green 171 ◦ blue 142

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

Shades of Gossamer #42AB8E

Tints of Gossamer #42AB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 17.41%
G = 45.12%
B = 37.47%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#42AB8E (or 0x42AB8E) is known color: Gossamer. HEX triplet: 42, AB and 8E. RGB value is (66,171,142). Sum of RGB (Red+Green+Blue) = 66+171+142=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB8E is #BD5471. Grayscale: #888888. Windows color (decimal): -12407922 or 9349954. OLE color: 9349954.

HSL color Cylindrical-coordinate representation of color #42AB8E: hue angle of 163.43º 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 #42AB8E is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 171 142 -
CMYK 0.61 0 0.17 0.33
HSL 163.43º 0.44% 0.46% -
HSV(B) 163.43º 0.61% 0.67% -
XYZ 21.69 32.24 30.67 -
YUV 136.3 131.21 77.86 -
System Red Green Blue C M Y K H S L
Decimal 66 171 142 0.61 0 0.17 0.33 163.43 0.44 0.46
Hex 42 AB 8E 3D 0 11 21 A3 2C 2E
Octal 102 253 216 75 0 21 41 243 54 56
Binary 1000010 10101011 10001110 111101 0 10001 100001 10100011 101100 101110

Color Harmonies of #42AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AB8E

Black with #42AB8E

Text Example


Text Example

White with #42AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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