Html Css Color HEX #2CBF6E Medium Sea Green

📋 copy color: '#2CBF6E'

red 44 ◦ green 191 ◦ blue 110

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

Shades of Medium Sea Green #2CBF6E

Tints of Medium Sea Green #2CBF6E

RGB

 RED value IS 44 (17.58% from 255) = 12.75%

 GREEN value IS 191 (75% from 255) = 55.36%

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 12.75%
G = 55.36%
B = 31.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#2CBF6E (or 0x2CBF6E) is known color: Medium Sea Green. HEX triplet: 2C, BF and 6E. RGB value is (44,191,110). Sum of RGB (Red+Green+Blue) = 44+191+110=345 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.75% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBF6E is #D34091. Grayscale: #898989. Windows color (decimal): -13844626 or 7257900. OLE color: 7257900.

HSL color Cylindrical-coordinate representation of color #2CBF6E: hue angle of 146.94º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBF6E is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 191 110 -
CMYK 0.77 0 0.42 0.25
HSL 146.94º 0.63% 0.46% -
HSV(B) 146.94º 0.77% 0.75% -
XYZ 22.48 38.92 21.08 -
YUV 137.81 112.3 61.09 -
System Red Green Blue C M Y K H S L
Decimal 44 191 110 0.77 0 0.42 0.25 146.94 0.63 0.46
Hex 2C BF 6E 4D 0 2A 19 93 3F 2E
Octal 54 277 156 115 0 52 31 223 77 56
Binary 101100 10111111 1101110 1001101 0 101010 11001 10010011 111111 101110

Color Harmonies of #2CBF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF6E

Black with #2CBF6E

Text Example


Text Example

White with #2CBF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,191,110); }

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

background-color css

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

 a { background-color: rgb(44,191,110); }

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

border-color css

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

 span { border-color: rgb(44,191,110); }

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