Html Css Color HEX #2DBC6C Medium Sea Green

📋 copy color: '#2DBC6C'

red 45 ◦ green 188 ◦ blue 108

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

Shades of Medium Sea Green #2DBC6C

Tints of Medium Sea Green #2DBC6C

RGB

 RED value IS 45 (17.97% from 255) = 13.2%

 GREEN value IS 188 (73.83% from 255) = 55.13%

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 13.2%
G = 55.13%
B = 31.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#2DBC6C (or 0x2DBC6C) is known color: Medium Sea Green. HEX triplet: 2D, BC and 6C. RGB value is (45,188,108). Sum of RGB (Red+Green+Blue) = 45+188+108=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC6C is #D24393. Grayscale: #888888. Windows color (decimal): -13779860 or 7126061. OLE color: 7126061.

HSL color Cylindrical-coordinate representation of color #2DBC6C: hue angle of 146.43º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBC6C is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 45 188 108 -
CMYK 0.76 0 0.43 0.26
HSL 146.43º 0.61% 0.46% -
HSV(B) 146.43º 0.76% 0.74% -
XYZ 21.77 37.61 20.3 -
YUV 136.12 112.12 63 -
System Red Green Blue C M Y K H S L
Decimal 45 188 108 0.76 0 0.43 0.26 146.43 0.61 0.46
Hex 2D BC 6C 4C 0 2B 1A 92 3D 2E
Octal 55 274 154 114 0 53 32 222 75 56
Binary 101101 10111100 1101100 1001100 0 101011 11010 10010010 111101 101110

Color Harmonies of #2DBC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBC6C

Black with #2DBC6C

Text Example


Text Example

White with #2DBC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DBC6C; }

 p { color: rgb(45,188,108); }

 H1.HeaderClassName
 {
   color: #2DBC6C;
 }
 .AnyTagClassName
 {
   color: #2DBC6C;
 }
</style>

background-color css

<style>
 a { background-color: #2DBC6C; }

 a { background-color: rgb(45,188,108); }

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

border-color css

<style>
 span { border-color: #2DBC6C; }

 span { border-color: rgb(45,188,108); }

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