#33CCAD

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

Shades of Shamrock #33CCAD

Tints of Shamrock #33CCAD

Color information

#33CCAD (or 0x33CCAD) is unknown color: approx Shamrock. HEX triplet: 33, CC and AD. RGB value is (51,204,173). Sum of RGB (Red+Green+Blue) = 51+204+173=428 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.92% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CCAD is #CC3352. Grayscale: #9A9A9A. Windows color (decimal): -13382483 or 11390003. OLE color: 11390003.

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

Color convert

RGB51204173-
CMYK0.7500.150.2
HSL167.84º60%50%-
HSV(B)167.84º75%80%-
XYZ30.546.9146.98-
YUV154.72138.3154.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.92%
GREEN value IS 204 (80.08% from 255) = 47.66%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=11.92%
G=47.66%
B=40.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal512041730.7500.150.2167.846050
Hex33CCAD4B0F14a83c32
Octal63314255113017242507462
Binary11001111001100101011011001011011111010010101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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