Html Css Color HEX #439985 Gossamer

📋 copy color: '#439985'

red 67 ◦ green 153 ◦ blue 133

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

Shades of Gossamer #439985

Tints of Gossamer #439985

RGB

 RED value IS 67 (26.56% from 255) = 18.98%

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

 BLUE value IS 133 (52.34% from 255) = 37.68%

R = 18.98%
G = 43.34%
B = 37.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#439985 (or 0x439985) is known color: Gossamer. HEX triplet: 43, 99 and 85. RGB value is (67,153,133). Sum of RGB (Red+Green+Blue) = 67+153+133=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #439985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439985 is #BC667A. Grayscale: #7C7C7C. Windows color (decimal): -12347003 or 8755523. OLE color: 8755523.

HSL color Cylindrical-coordinate representation of color #439985: hue angle of 166.05º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #439985 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 67 153 133 -
CMYK 0.56 0 0.13 0.4
HSL 166.05º 0.39% 0.43% -
HSV(B) 166.05º 0.56% 0.6% -
XYZ 17.94 25.67 26.2 -
YUV 125.01 132.51 86.63 -
System Red Green Blue C M Y K H S L
Decimal 67 153 133 0.56 0 0.13 0.4 166.05 0.39 0.43
Hex 43 99 85 38 0 D 28 A6 27 2B
Octal 103 231 205 70 0 15 50 246 47 53
Binary 1000011 10011001 10000101 111000 0 1101 101000 10100110 100111 101011

Color Harmonies of #439985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439985

Black with #439985

Text Example


Text Example

White with #439985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439985; }

 p { color: rgb(67,153,133); }

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

background-color css

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

 a { background-color: rgb(67,153,133); }

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

border-color css

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

 span { border-color: rgb(67,153,133); }

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