Html Css Color HEX #2CBF6B Medium Sea Green

📋 copy color: '#2CBF6B'

red 44 ◦ green 191 ◦ blue 107

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

Shades of Medium Sea Green #2CBF6B

Tints of Medium Sea Green #2CBF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 12.87%
G = 55.85%
B = 31.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#2CBF6B (or 0x2CBF6B) is known color: Medium Sea Green. HEX triplet: 2C, BF and 6B. RGB value is (44,191,107). Sum of RGB (Red+Green+Blue) = 44+191+107=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBF6B is #D34094. Grayscale: #898989. Windows color (decimal): -13844629 or 7061292. OLE color: 7061292.

HSL color Cylindrical-coordinate representation of color #2CBF6B: hue angle of 145.71º 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 #2CBF6B is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 191 107 -
CMYK 0.77 0 0.44 0.25
HSL 145.71º 0.63% 0.46% -
HSV(B) 145.71º 0.77% 0.75% -
XYZ 22.32 38.86 20.23 -
YUV 137.47 110.8 61.33 -
System Red Green Blue C M Y K H S L
Decimal 44 191 107 0.77 0 0.44 0.25 145.71 0.63 0.46
Hex 2C BF 6B 4D 0 2C 19 92 3F 2E
Octal 54 277 153 115 0 54 31 222 77 56
Binary 101100 10111111 1101011 1001101 0 101100 11001 10010010 111111 101110

Color Harmonies of #2CBF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF6B

Black with #2CBF6B

Text Example


Text Example

White with #2CBF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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