Html Css Color HEX #33997A Gossamer

📋 copy color: '#33997A'

red 51 ◦ green 153 ◦ blue 122

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

Shades of Gossamer #33997A

Tints of Gossamer #33997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 15.64%
G = 46.93%
B = 37.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#33997A (or 0x33997A) is known color: Gossamer. HEX triplet: 33, 99 and 7A. RGB value is (51,153,122). Sum of RGB (Red+Green+Blue) = 51+153+122=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #33997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33997A is #CC6685. Grayscale: #767676. Windows color (decimal): -13395590 or 8034611. OLE color: 8034611.

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

Color convert

RGB 51 153 122 -
CMYK 0.67 0 0.20 0.4
HSL 161.76º 0.5% 0.4% -
HSV(B) 161.76º 0.67% 0.6% -
XYZ 16.27 24.89 22.36 -
YUV 118.97 129.71 79.52 -
System Red Green Blue C M Y K H S L
Decimal 51 153 122 0.67 0 0.20 0.4 161.76 0.5 0.4
Hex 33 99 7A 43 0 14 28 A2 32 28
Octal 63 231 172 103 0 24 50 242 62 50
Binary 110011 10011001 1111010 1000011 0 10100 101000 10100010 110010 101000

Color Harmonies of #33997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33997A

Black with #33997A

Text Example


Text Example

White with #33997A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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