Html Css Color HEX #42987E Gossamer

📋 copy color: '#42987E'

red 66 ◦ green 152 ◦ blue 126

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

Shades of Gossamer #42987E

Tints of Gossamer #42987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.19%

 BLUE value IS 126 (49.61% from 255) = 36.63%

R = 19.19%
G = 44.19%
B = 36.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#42987E (or 0x42987E) is known color: Gossamer. HEX triplet: 42, 98 and 7E. RGB value is (66,152,126). Sum of RGB (Red+Green+Blue) = 66+152+126=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #42987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42987E is #BD6781. Grayscale: #7B7B7B. Windows color (decimal): -12412802 or 8296514. OLE color: 8296514.

HSL color Cylindrical-coordinate representation of color #42987E: hue angle of 161.86º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42987E is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 152 126 -
CMYK 0.57 0 0.17 0.40
HSL 161.86º 0.39% 0.43% -
HSV(B) 161.86º 0.57% 0.6% -
XYZ 17.24 25.12 23.68 -
YUV 123.32 129.51 87.11 -
System Red Green Blue C M Y K H S L
Decimal 66 152 126 0.57 0 0.17 0.40 161.86 0.39 0.43
Hex 42 98 7E 39 0 11 28 A2 27 2B
Octal 102 230 176 71 0 21 50 242 47 53
Binary 1000010 10011000 1111110 111001 0 10001 101000 10100010 100111 101011

Color Harmonies of #42987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42987E

Black with #42987E

Text Example


Text Example

White with #42987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42987E; }

 p { color: rgb(66,152,126); }

 H1.HeaderClassName
 {
   color: #42987E;
 }
 .AnyTagClassName
 {
   color: #42987E;
 }
</style>

background-color css

<style>
 a { background-color: #42987E; }

 a { background-color: rgb(66,152,126); }

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

border-color css

<style>
 span { border-color: #42987E; }

 span { border-color: rgb(66,152,126); }

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