Html Css Color HEX #33997E Gossamer

📋 copy color: '#33997E'

red 51 ◦ green 153 ◦ blue 126

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

Shades of Gossamer #33997E

Tints of Gossamer #33997E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.18%

R = 15.45%
G = 46.36%
B = 38.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#33997E (or 0x33997E) is known color: Gossamer. HEX triplet: 33, 99 and 7E. RGB value is (51,153,126). Sum of RGB (Red+Green+Blue) = 51+153+126=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #33997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33997E is #CC6681. Grayscale: #777777. Windows color (decimal): -13395586 or 8296755. OLE color: 8296755.

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

Color convert

RGB 51 153 126 -
CMYK 0.67 0 0.18 0.4
HSL 164.12º 0.5% 0.4% -
HSV(B) 164.12º 0.67% 0.6% -
XYZ 16.52 24.99 23.69 -
YUV 119.42 131.71 79.2 -
System Red Green Blue C M Y K H S L
Decimal 51 153 126 0.67 0 0.18 0.4 164.12 0.5 0.4
Hex 33 99 7E 43 0 12 28 A4 32 28
Octal 63 231 176 103 0 22 50 244 62 50
Binary 110011 10011001 1111110 1000011 0 10010 101000 10100100 110010 101000

Color Harmonies of #33997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33997E

Black with #33997E

Text Example


Text Example

White with #33997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33997E; }

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

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

background-color css

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

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

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

border-color css

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

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

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