#33CBB0

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

Shades of Shamrock #33CBB0

Tints of Shamrock #33CBB0

Color information

#33CBB0 (or 0x33CBB0) is unknown color: approx Shamrock. HEX triplet: 33, CB and B0. RGB value is (51,203,176). Sum of RGB (Red+Green+Blue) = 51+203+176=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #33CBB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CBB0 is #CC344F. Grayscale: #9A9A9A. Windows color (decimal): -13382736 or 11586355. OLE color: 11586355.

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

Color convert

RGB51203176-
CMYK0.7500.130.20
HSL169.34º59.84%49.8%-
HSV(B)169.34º74.88%79.61%-
XYZ30.5646.5548.45-
YUV154.47140.1454.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.86%
GREEN value IS 203 (79.69% from 255) = 47.21%
BLUE value IS 176 (69.14% from 255) = 40.93%
R=11.86%
G=47.21%
B=40.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal512031760.7500.130.20169.3459.8449.8
Hex33CBB04B0D14a93c32
Octal63313260113015242517462
Binary11001111001011101100001001011011011010010101001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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