Html Css Color HEX #339985 Gossamer

📋 copy color: '#339985'

red 51 ◦ green 153 ◦ blue 133

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

Shades of Gossamer #339985

Tints of Gossamer #339985

RGB

 RED value IS 51 (20.31% from 255) = 15.13%

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

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

R = 15.13%
G = 45.4%
B = 39.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#339985 (or 0x339985) is known color: Gossamer. HEX triplet: 33, 99 and 85. RGB value is (51,153,133). Sum of RGB (Red+Green+Blue) = 51+153+133=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #339985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339985 is #CC667A. Grayscale: #787878. Windows color (decimal): -13395579 or 8755507. OLE color: 8755507.

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

Color convert

RGB 51 153 133 -
CMYK 0.67 0 0.13 0.4
HSL 168.24º 0.5% 0.4% -
HSV(B) 168.24º 0.67% 0.6% -
XYZ 16.99 25.18 26.16 -
YUV 120.22 135.21 78.63 -
System Red Green Blue C M Y K H S L
Decimal 51 153 133 0.67 0 0.13 0.4 168.24 0.5 0.4
Hex 33 99 85 43 0 D 28 A8 32 28
Octal 63 231 205 103 0 15 50 250 62 50
Binary 110011 10011001 10000101 1000011 0 1101 101000 10101000 110010 101000

Color Harmonies of #339985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339985

Black with #339985

Text Example


Text Example

White with #339985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339985; }

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

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

background-color css

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

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

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

border-color css

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

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

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