Html Css Color HEX #2CBD7B Medium Sea Green

📋 copy color: '#2CBD7B'

red 44 ◦ green 189 ◦ blue 123

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

Shades of Medium Sea Green #2CBD7B

Tints of Medium Sea Green #2CBD7B

RGB

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

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

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

R = 12.36%
G = 53.09%
B = 34.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#2CBD7B (or 0x2CBD7B) is known color: Medium Sea Green. HEX triplet: 2C, BD and 7B. RGB value is (44,189,123). Sum of RGB (Red+Green+Blue) = 44+189+123=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBD7B is #D34284. Grayscale: #8A8A8A. Windows color (decimal): -13845125 or 8109356. OLE color: 8109356.

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

Color convert

RGB 44 189 123 -
CMYK 0.77 0 0.35 0.26
HSL 152.69º 0.62% 0.46% -
HSV(B) 152.69º 0.77% 0.74% -
XYZ 22.81 38.36 24.94 -
YUV 138.12 119.46 60.87 -
System Red Green Blue C M Y K H S L
Decimal 44 189 123 0.77 0 0.35 0.26 152.69 0.62 0.46
Hex 2C BD 7B 4D 0 23 1A 99 3E 2E
Octal 54 275 173 115 0 43 32 231 76 56
Binary 101100 10111101 1111011 1001101 0 100011 11010 10011001 111110 101110

Color Harmonies of #2CBD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBD7B

Black with #2CBD7B

Text Example


Text Example

White with #2CBD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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