#33BD9A

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

Shades of Shamrock #33BD9A

Tints of Shamrock #33BD9A

Color information

#33BD9A (or 0x33BD9A) is unknown color: approx Shamrock. HEX triplet: 33, BD and 9A. RGB value is (51,189,154). Sum of RGB (Red+Green+Blue) = 51+189+154=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BD9A is #CC4265. Grayscale: #8F8F8F. Windows color (decimal): -13386342 or 10140979. OLE color: 10140979.

HSL color Cylindrical-coordinate representation of color #33BD9A: hue angle of 164.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BD9A is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB51189154-
CMYK0.7300.190.26
HSL164.78º57.5%47.06%-
HSV(B)164.78º73.02%74.12%-
XYZ25.439.4336.84-
YUV143.75133.7861.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.94%
GREEN value IS 189 (74.22% from 255) = 47.97%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=12.94%
G=47.97%
B=39.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511891540.7300.190.26164.7857.547.06
Hex33BD9A490131Aa53a2f
Octal63275232111023322457257
Binary110011101111011001101010010010100111101010100101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,189,154); }

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

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

 a { background-color: rgb(51,189,154); }

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

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

 span { border-color: rgb(51,189,154); }

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