#33B998

Color #33B998 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #33B998

Tints of Shamrock #33B998

Color information

#33B998 (or 0x33B998) is unknown color: approx Shamrock. HEX triplet: 33, B9 and 98. RGB value is (51,185,152). Sum of RGB (Red+Green+Blue) = 51+185+152=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #33B998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B998 is #CC4667. Grayscale: #8D8D8D. Windows color (decimal): -13387368 or 10008883. OLE color: 10008883.

HSL color Cylindrical-coordinate representation of color #33B998: hue angle of 165.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B998 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB51185152-
CMYK0.7200.180.27
HSL165.22º56.78%46.27%-
HSV(B)165.22º72.43%72.55%-
XYZ24.3837.6735.69-
YUV141.17134.1163.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.14%
GREEN value IS 185 (72.66% from 255) = 47.68%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=13.14%
G=47.68%
B=39.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511851520.7200.180.27165.2256.7846.27
Hex33B998480121Ba5392e
Octal63271230110022332457156
Binary110011101110011001100010010000100101101110100101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,185,152); }

 H1.HeaderClassName
 {
   color: #33B998;
 }
 .AnyTagClassName
 {
   color: #33B998;
 }
</style>
background-color css

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

 a { background-color: rgb(51,185,152); }

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

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

 span { border-color: rgb(51,185,152); }

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