Html Css Color HEX #339983 Gossamer

📋 copy color: '#339983'

red 51 ◦ green 153 ◦ blue 131

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

Shades of Gossamer #339983

Tints of Gossamer #339983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.1%

R = 15.22%
G = 45.67%
B = 39.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#339983 (or 0x339983) is known color: Gossamer. HEX triplet: 33, 99 and 83. RGB value is (51,153,131). Sum of RGB (Red+Green+Blue) = 51+153+131=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #339983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339983 is #CC667C. Grayscale: #777777. Windows color (decimal): -13395581 or 8624435. OLE color: 8624435.

HSL color Cylindrical-coordinate representation of color #339983: hue angle of 167.06º 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 #339983 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 153 131 -
CMYK 0.67 0 0.14 0.4
HSL 167.06º 0.5% 0.4% -
HSV(B) 167.06º 0.67% 0.6% -
XYZ 16.85 25.12 25.43 -
YUV 119.99 134.21 78.79 -
System Red Green Blue C M Y K H S L
Decimal 51 153 131 0.67 0 0.14 0.4 167.06 0.5 0.4
Hex 33 99 83 43 0 E 28 A7 32 28
Octal 63 231 203 103 0 16 50 247 62 50
Binary 110011 10011001 10000011 1000011 0 1110 101000 10100111 110010 101000

Color Harmonies of #339983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339983

Black with #339983

Text Example


Text Example

White with #339983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339983; }

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

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

background-color css

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

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

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

border-color css

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

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

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