Html Css Color HEX #33A193 Gossamer

📋 copy color: '#33A193'

red 51 ◦ green 161 ◦ blue 147

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

Shades of Gossamer #33A193

Tints of Gossamer #33A193

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.85%

 BLUE value IS 147 (57.81% from 255) = 40.95%

R = 14.21%
G = 44.85%
B = 40.95%

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

#33A193 (or 0x33A193) is known color: Gossamer. HEX triplet: 33, A1 and 93. RGB value is (51,161,147). Sum of RGB (Red+Green+Blue) = 51+161+147=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #33A193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A193 is #CC5E6C. Grayscale: #7E7E7E. Windows color (decimal): -13393517 or 9675059. OLE color: 9675059.

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

Color convert

RGB 51 161 147 -
CMYK 0.68 0 0.09 0.37
HSL 172.36º 0.52% 0.42% -
HSV(B) 172.36º 0.68% 0.63% -
XYZ 19.38 28.3 32.04 -
YUV 126.51 139.56 74.14 -
System Red Green Blue C M Y K H S L
Decimal 51 161 147 0.68 0 0.09 0.37 172.36 0.52 0.42
Hex 33 A1 93 44 0 9 25 AC 34 2A
Octal 63 241 223 104 0 11 45 254 64 52
Binary 110011 10100001 10010011 1000100 0 1001 100101 10101100 110100 101010

Color Harmonies of #33A193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A193

Black with #33A193

Text Example


Text Example

White with #33A193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,161,147); }

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

background-color css

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

 a { background-color: rgb(51,161,147); }

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

border-color css

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

 span { border-color: rgb(51,161,147); }

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