Html Css Color HEX #2CC27B Medium Sea Green

📋 copy color: '#2CC27B'

red 44 ◦ green 194 ◦ blue 123

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

Shades of Medium Sea Green #2CC27B

Tints of Medium Sea Green #2CC27B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.74%

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 12.19%
G = 53.74%
B = 34.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#2CC27B (or 0x2CC27B) is known color: Medium Sea Green. HEX triplet: 2C, C2 and 7B. RGB value is (44,194,123). Sum of RGB (Red+Green+Blue) = 44+194+123=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC27B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC27B is #D33D84. Grayscale: #8D8D8D. Windows color (decimal): -13843845 or 8110636. OLE color: 8110636.

HSL color Cylindrical-coordinate representation of color #2CC27B: hue angle of 151.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC27B is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 44 194 123 -
CMYK 0.77 0 0.37 0.24
HSL 151.6º 0.63% 0.47% -
HSV(B) 151.6º 0.77% 0.76% -
XYZ 23.91 40.55 25.31 -
YUV 141.06 117.81 58.77 -
System Red Green Blue C M Y K H S L
Decimal 44 194 123 0.77 0 0.37 0.24 151.6 0.63 0.47
Hex 2C C2 7B 4D 0 25 18 98 3F 2F
Octal 54 302 173 115 0 45 30 230 77 57
Binary 101100 11000010 1111011 1001101 0 100101 11000 10011000 111111 101111

Color Harmonies of #2CC27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC27B

Black with #2CC27B

Text Example


Text Example

White with #2CC27B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,194,123); }

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

background-color css

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

 a { background-color: rgb(44,194,123); }

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

border-color css

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

 span { border-color: rgb(44,194,123); }

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