Html Css Color HEX #33BD80 Medium Sea Green

📋 copy color: '#33BD80'

red 51 ◦ green 189 ◦ blue 128

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

Shades of Medium Sea Green #33BD80

Tints of Medium Sea Green #33BD80

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.36%

 BLUE value IS 128 (50.39% from 255) = 34.78%

R = 13.86%
G = 51.36%
B = 34.78%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#33BD80 (or 0x33BD80) is known color: Medium Sea Green. HEX triplet: 33, BD and 80. RGB value is (51,189,128). Sum of RGB (Red+Green+Blue) = 51+189+128=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BD80 is #CC427F. Grayscale: #8C8C8C. Windows color (decimal): -13386368 or 8437043. OLE color: 8437043.

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

Color convert

RGB 51 189 128 -
CMYK 0.73 0 0.32 0.26
HSL 153.48º 0.58% 0.47% -
HSV(B) 153.48º 0.73% 0.74% -
XYZ 23.46 38.66 26.65 -
YUV 140.78 120.78 63.96 -
System Red Green Blue C M Y K H S L
Decimal 51 189 128 0.73 0 0.32 0.26 153.48 0.58 0.47
Hex 33 BD 80 49 0 20 1A 99 3A 2F
Octal 63 275 200 111 0 40 32 231 72 57
Binary 110011 10111101 10000000 1001001 0 100000 11010 10011001 111010 101111

Color Harmonies of #33BD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BD80

Black with #33BD80

Text Example


Text Example

White with #33BD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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