Html Css Color HEX #33C07F Medium Sea Green

📋 copy color: '#33C07F'

red 51 ◦ green 192 ◦ blue 127

#33C07F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #33C07F

Tints of Medium Sea Green #33C07F

RGB

 RED value IS 51 (20.31% from 255) = 13.78%

 GREEN value IS 192 (75.39% from 255) = 51.89%

 BLUE value IS 127 (50% from 255) = 34.32%

R = 13.78%
G = 51.89%
B = 34.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#33C07F (or 0x33C07F) is known color: Medium Sea Green. HEX triplet: 33, C0 and 7F. RGB value is (51,192,127). Sum of RGB (Red+Green+Blue) = 51+192+127=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #33C07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C07F is #CC3F80. Grayscale: #8E8E8E. Windows color (decimal): -13385601 or 8372275. OLE color: 8372275.

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

Color convert

RGB 51 192 127 -
CMYK 0.73 0 0.34 0.25
HSL 152.34º 0.58% 0.48% -
HSV(B) 152.34º 0.73% 0.75% -
XYZ 24.05 39.94 26.52 -
YUV 142.43 119.29 62.79 -
System Red Green Blue C M Y K H S L
Decimal 51 192 127 0.73 0 0.34 0.25 152.34 0.58 0.48
Hex 33 C0 7F 49 0 22 19 98 3A 30
Octal 63 300 177 111 0 42 31 230 72 60
Binary 110011 11000000 1111111 1001001 0 100010 11001 10011000 111010 110000

Color Harmonies of #33C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C07F

Black with #33C07F

Text Example


Text Example

White with #33C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33C07F;
 }
 .AnyTagClassName
 {
   color: #33C07F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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