#33CA7F

Color #33CA7F Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #33CA7F

Tints of Medium Sea Green #33CA7F

Color information

#33CA7F (or 0x33CA7F) is unknown color: approx Medium Sea Green. HEX triplet: 33, CA and 7F. RGB value is (51,202,127). Sum of RGB (Red+Green+Blue) = 51+202+127=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #33CA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33CA7F is #CC3580. Grayscale: #949494. Windows color (decimal): -13383041 or 8374835. OLE color: 8374835.

HSL color Cylindrical-coordinate representation of color #33CA7F: hue angle of 150.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CA7F is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB51202127-
CMYK0.7500.370.21
HSL150.2º59.68%49.61%-
HSV(B)150.2º74.75%79.22%-
XYZ26.3244.4827.28-
YUV148.3115.9758.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.42%
GREEN value IS 202 (79.30% from 255) = 53.16%
BLUE value IS 127 (50% from 255) = 33.42%
R=13.42%
G=53.16%
B=33.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal512021270.7500.370.21150.259.6849.61
Hex33CA7F4B02515963c32
Octal63312177113045252267462
Binary110011110010101111111100101101001011010110010110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,202,127); }

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

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

 a { background-color: rgb(51,202,127); }

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

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

 span { border-color: rgb(51,202,127); }

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