#33DEAB

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

Shades of Shamrock #33DEAB

Tints of Shamrock #33DEAB

Color information

#33DEAB (or 0x33DEAB) is unknown color: approx Shamrock. HEX triplet: 33, DE and AB. RGB value is (51,222,171). Sum of RGB (Red+Green+Blue) = 51+222+171=444 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.49% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #33DEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DEAB is #CC2154. Grayscale: #A5A5A5. Windows color (decimal): -13377877 or 11263539. OLE color: 11263539.

HSL color Cylindrical-coordinate representation of color #33DEAB: hue angle of 162.11º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DEAB is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB51222171-
CMYK0.7700.230.13
HSL162.11º72.15%53.53%-
HSV(B)162.11º77.03%87.06%-
XYZ34.8455.8947.48-
YUV165.06131.3546.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.49%
GREEN value IS 222 (87.11% from 255) = 50%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=11.49%
G=50%
B=38.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal512221710.7700.230.13162.1172.1553.53
Hex33DEAB4D017Da24836
Octal633362531150271524211066
Binary110011110111101010101110011010101111101101000101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,222,171); }

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

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

 a { background-color: rgb(51,222,171); }

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

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

 span { border-color: rgb(51,222,171); }

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