#33BF9E

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

Shades of Shamrock #33BF9E

Tints of Shamrock #33BF9E

Color information

#33BF9E (or 0x33BF9E) is unknown color: approx Shamrock. HEX triplet: 33, BF and 9E. RGB value is (51,191,158). Sum of RGB (Red+Green+Blue) = 51+191+158=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BF9E is #CC4061. Grayscale: #919191. Windows color (decimal): -13385826 or 10403635. OLE color: 10403635.

HSL color Cylindrical-coordinate representation of color #33BF9E: hue angle of 165.86º 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 #33BF9E is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB51191158-
CMYK0.7300.170.25
HSL165.86º57.85%47.45%-
HSV(B)165.86º73.3%74.9%-
XYZ26.1740.4338.77-
YUV145.38135.1260.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.75%
GREEN value IS 191 (75% from 255) = 47.75%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=12.75%
G=47.75%
B=39.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511911580.7300.170.25165.8657.8547.45
Hex33BF9E4901119a63a2f
Octal63277236111021312467257
Binary110011101111111001111010010010100011100110100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,191,158); }

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

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

 a { background-color: rgb(51,191,158); }

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

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

 span { border-color: rgb(51,191,158); }

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