Html Css Color HEX #33A092 Gossamer

📋 copy color: '#33A092'

red 51 ◦ green 160 ◦ blue 146

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

Shades of Gossamer #33A092

Tints of Gossamer #33A092

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.82%

 BLUE value IS 146 (57.42% from 255) = 40.9%

R = 14.29%
G = 44.82%
B = 40.9%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#33A092 (or 0x33A092) is known color: Gossamer. HEX triplet: 33, A0 and 92. RGB value is (51,160,146). Sum of RGB (Red+Green+Blue) = 51+160+146=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #33A092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A092 is #CC5F6D. Grayscale: #7D7D7D. Windows color (decimal): -13393774 or 9609267. OLE color: 9609267.

HSL color Cylindrical-coordinate representation of color #33A092: hue angle of 172.29º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A092 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 160 146 -
CMYK 0.68 0 0.09 0.37
HSL 172.29º 0.52% 0.41% -
HSV(B) 172.29º 0.68% 0.63% -
XYZ 19.12 27.92 31.58 -
YUV 125.81 139.39 74.64 -
System Red Green Blue C M Y K H S L
Decimal 51 160 146 0.68 0 0.09 0.37 172.29 0.52 0.41
Hex 33 A0 92 44 0 9 25 AC 34 29
Octal 63 240 222 104 0 11 45 254 64 51
Binary 110011 10100000 10010010 1000100 0 1001 100101 10101100 110100 101001

Color Harmonies of #33A092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A092

Black with #33A092

Text Example


Text Example

White with #33A092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33A092; }

 p { color: rgb(51,160,146); }

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

background-color css

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

 a { background-color: rgb(51,160,146); }

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

border-color css

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

 span { border-color: rgb(51,160,146); }

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