Html Css Color HEX #42987C Gossamer

📋 copy color: '#42987C'

red 66 ◦ green 152 ◦ blue 124

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

Shades of Gossamer #42987C

Tints of Gossamer #42987C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 19.3%
G = 44.44%
B = 36.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#42987C (or 0x42987C) is known color: Gossamer. HEX triplet: 42, 98 and 7C. RGB value is (66,152,124). Sum of RGB (Red+Green+Blue) = 66+152+124=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #42987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42987C is #BD6783. Grayscale: #7B7B7B. Windows color (decimal): -12412804 or 8165442. OLE color: 8165442.

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

Color convert

RGB 66 152 124 -
CMYK 0.57 0 0.18 0.40
HSL 160.47º 0.39% 0.43% -
HSV(B) 160.47º 0.57% 0.6% -
XYZ 17.11 25.07 23.01 -
YUV 123.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 66 152 124 0.57 0 0.18 0.40 160.47 0.39 0.43
Hex 42 98 7C 39 0 12 28 A0 27 2B
Octal 102 230 174 71 0 22 50 240 47 53
Binary 1000010 10011000 1111100 111001 0 10010 101000 10100000 100111 101011

Color Harmonies of #42987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42987C

Black with #42987C

Text Example


Text Example

White with #42987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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