#33CA7D

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

Shades of Medium Sea Green #33CA7D

Tints of Medium Sea Green #33CA7D

Color information

#33CA7D (or 0x33CA7D) is unknown color: approx Medium Sea Green. HEX triplet: 33, CA and 7D. RGB value is (51,202,125). Sum of RGB (Red+Green+Blue) = 51+202+125=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #33CA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33CA7D is #CC3582. Grayscale: #949494. Windows color (decimal): -13383043 or 8243763. OLE color: 8243763.

HSL color Cylindrical-coordinate representation of color #33CA7D: hue angle of 149.4º 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 #33CA7D is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB51202125-
CMYK0.7500.380.21
HSL149.4º59.68%49.61%-
HSV(B)149.4º74.75%79.22%-
XYZ26.1944.4326.6-
YUV148.07114.9758.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.49%
GREEN value IS 202 (79.30% from 255) = 53.44%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=13.49%
G=53.44%
B=33.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal512021250.7500.380.21149.459.6849.61
Hex33CA7D4B02615953c32
Octal63312175113046252257462
Binary110011110010101111101100101101001101010110010101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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