#33BEA1

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

Shades of Shamrock #33BEA1

Tints of Shamrock #33BEA1

Color information

#33BEA1 (or 0x33BEA1) is unknown color: approx Shamrock. HEX triplet: 33, BE and A1. RGB value is (51,190,161). Sum of RGB (Red+Green+Blue) = 51+190+161=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #33BEA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BEA1 is #CC415E. Grayscale: #919191. Windows color (decimal): -13386079 or 10599987. OLE color: 10599987.

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

Color convert

RGB51190161-
CMYK0.7300.150.25
HSL167.48º57.68%47.25%-
HSV(B)167.48º73.16%74.51%-
XYZ26.2140.140.08-
YUV145.13136.9560.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.69%
GREEN value IS 190 (74.61% from 255) = 47.26%
BLUE value IS 161 (63.28% from 255) = 40.05%
R=12.69%
G=47.26%
B=40.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511901610.7300.150.25167.4857.6847.25
Hex33BEA1490F19a73a2f
Octal63276241111017312477257
Binary11001110111110101000011001001011111100110100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,190,161); }

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

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

 a { background-color: rgb(51,190,161); }

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

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

 span { border-color: rgb(51,190,161); }

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