Html Css Color HEX #429987 Gossamer

📋 copy color: '#429987'

red 66 ◦ green 153 ◦ blue 135

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

Shades of Gossamer #429987

Tints of Gossamer #429987

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.22%

 BLUE value IS 135 (53.13% from 255) = 38.14%

R = 18.64%
G = 43.22%
B = 38.14%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#429987 (or 0x429987) is known color: Gossamer. HEX triplet: 42, 99 and 87. RGB value is (66,153,135). Sum of RGB (Red+Green+Blue) = 66+153+135=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #429987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429987 is #BD6678. Grayscale: #7C7C7C. Windows color (decimal): -12412537 or 8886594. OLE color: 8886594.

HSL color Cylindrical-coordinate representation of color #429987: hue angle of 167.59º degrees, saturation: 0.4, 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 #429987 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 135 -
CMYK 0.57 0 0.12 0.4
HSL 167.59º 0.4% 0.43% -
HSV(B) 167.59º 0.57% 0.6% -
XYZ 18.01 25.69 26.93 -
YUV 124.94 133.68 85.96 -
System Red Green Blue C M Y K H S L
Decimal 66 153 135 0.57 0 0.12 0.4 167.59 0.4 0.43
Hex 42 99 87 39 0 C 28 A8 28 2B
Octal 102 231 207 71 0 14 50 250 50 53
Binary 1000010 10011001 10000111 111001 0 1100 101000 10101000 101000 101011

Color Harmonies of #429987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429987

Black with #429987

Text Example


Text Example

White with #429987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429987; }

 p { color: rgb(66,153,135); }

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

background-color css

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

 a { background-color: rgb(66,153,135); }

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

border-color css

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

 span { border-color: rgb(66,153,135); }

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