#33CEB0

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

Shades of Shamrock #33CEB0

Tints of Shamrock #33CEB0

Color information

#33CEB0 (or 0x33CEB0) is unknown color: approx Shamrock. HEX triplet: 33, CE and B0. RGB value is (51,206,176). Sum of RGB (Red+Green+Blue) = 51+206+176=433 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.78% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #33CEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CEB0 is #CC314F. Grayscale: #9C9C9C. Windows color (decimal): -13381968 or 11587123. OLE color: 11587123.

HSL color Cylindrical-coordinate representation of color #33CEB0: hue angle of 168.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CEB0 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB51206176-
CMYK0.7500.150.19
HSL168.39º61.26%50.39%-
HSV(B)168.39º75.24%80.78%-
XYZ31.2747.9848.69-
YUV156.23139.1552.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.78%
GREEN value IS 206 (80.86% from 255) = 47.58%
BLUE value IS 176 (69.14% from 255) = 40.65%
R=11.78%
G=47.58%
B=40.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal512061760.7500.150.19168.3961.2650.39
Hex33CEB04B0F13a83d32
Octal63316260113017232507562
Binary11001111001110101100001001011011111001110101000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,206,176); }

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

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

 a { background-color: rgb(51,206,176); }

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

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

 span { border-color: rgb(51,206,176); }

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