#33CCB3

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

Shades of Shamrock #33CCB3

Tints of Shamrock #33CCB3

Color information

#33CCB3 (or 0x33CCB3) is unknown color: approx Shamrock. HEX triplet: 33, CC and B3. RGB value is (51,204,179). Sum of RGB (Red+Green+Blue) = 51+204+179=434 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.75% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCB3 is #CC334C. Grayscale: #9B9B9B. Windows color (decimal): -13382477 or 11783219. OLE color: 11783219.

HSL color Cylindrical-coordinate representation of color #33CCB3: hue angle of 170.2º 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 #33CCB3 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB51204179-
CMYK0.7500.120.2
HSL170.2º60%50%-
HSV(B)170.2º75%80%-
XYZ31.0947.1450.11-
YUV155.4141.3153.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.75%
GREEN value IS 204 (80.08% from 255) = 47.00%
BLUE value IS 179 (70.31% from 255) = 41.24%
R=11.75%
G=47.00%
B=41.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal512041790.7500.120.2170.26050
Hex33CCB34B0C14aa3c32
Octal63314263113014242527462
Binary11001111001100101100111001011011001010010101010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,204,179); }

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

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

 a { background-color: rgb(51,204,179); }

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

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

 span { border-color: rgb(51,204,179); }

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