Html Css Color HEX #42987F Gossamer

📋 copy color: '#42987F'

red 66 ◦ green 152 ◦ blue 127

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

Shades of Gossamer #42987F

Tints of Gossamer #42987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.81%

R = 19.13%
G = 44.06%
B = 36.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#42987F (or 0x42987F) is known color: Gossamer. HEX triplet: 42, 98 and 7F. RGB value is (66,152,127). Sum of RGB (Red+Green+Blue) = 66+152+127=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #42987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42987F is #BD6780. Grayscale: #7B7B7B. Windows color (decimal): -12412801 or 8362050. OLE color: 8362050.

HSL color Cylindrical-coordinate representation of color #42987F: hue angle of 162.56º 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 #42987F is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 152 127 -
CMYK 0.57 0 0.16 0.40
HSL 162.56º 0.39% 0.43% -
HSV(B) 162.56º 0.57% 0.6% -
XYZ 17.31 25.15 24.02 -
YUV 123.44 130.01 87.03 -
System Red Green Blue C M Y K H S L
Decimal 66 152 127 0.57 0 0.16 0.40 162.56 0.39 0.43
Hex 42 98 7F 39 0 10 28 A3 27 2B
Octal 102 230 177 71 0 20 50 243 47 53
Binary 1000010 10011000 1111111 111001 0 10000 101000 10100011 100111 101011

Color Harmonies of #42987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42987F

Black with #42987F

Text Example


Text Example

White with #42987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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