#33CAB0

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

Shades of Shamrock #33CAB0

Tints of Shamrock #33CAB0

Color information

#33CAB0 (or 0x33CAB0) is unknown color: approx Shamrock. HEX triplet: 33, CA and B0. RGB value is (51,202,176). Sum of RGB (Red+Green+Blue) = 51+202+176=429 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.89% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #33CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CAB0 is #CC354F. Grayscale: #999999. Windows color (decimal): -13382992 or 11586099. OLE color: 11586099.

HSL color Cylindrical-coordinate representation of color #33CAB0: hue angle of 169.67º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CAB0 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB51202176-
CMYK0.7500.130.21
HSL169.67º59.68%49.61%-
HSV(B)169.67º74.75%79.22%-
XYZ30.3246.0848.37-
YUV153.89140.4754.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.89%
GREEN value IS 202 (79.30% from 255) = 47.09%
BLUE value IS 176 (69.14% from 255) = 41.03%
R=11.89%
G=47.09%
B=41.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal512021760.7500.130.21169.6759.6849.61
Hex33CAB04B0D15aa3c32
Octal63312260113015252527462
Binary11001111001010101100001001011011011010110101010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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