#33BCA0

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

Shades of Shamrock #33BCA0

Tints of Shamrock #33BCA0

Color information

#33BCA0 (or 0x33BCA0) is unknown color: approx Shamrock. HEX triplet: 33, BC and A0. RGB value is (51,188,160). Sum of RGB (Red+Green+Blue) = 51+188+160=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #33BCA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BCA0 is #CC435F. Grayscale: #8F8F8F. Windows color (decimal): -13386592 or 10533939. OLE color: 10533939.

HSL color Cylindrical-coordinate representation of color #33BCA0: hue angle of 167.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BCA0 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB51188160-
CMYK0.7300.150.26
HSL167.74º57.32%46.86%-
HSV(B)167.74º72.87%73.73%-
XYZ25.6939.2139.47-
YUV143.84137.1161.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.78%
GREEN value IS 188 (73.83% from 255) = 47.12%
BLUE value IS 160 (62.89% from 255) = 40.10%
R=12.78%
G=47.12%
B=40.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511881600.7300.150.26167.7457.3246.86
Hex33BCA0490F1Aa8392f
Octal63274240111017322507157
Binary11001110111100101000001001001011111101010101000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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