Html Css Color HEX #2BCA6E Medium Sea Green

📋 copy color: '#2BCA6E'

red 43 ◦ green 202 ◦ blue 110

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

Shades of Medium Sea Green #2BCA6E

Tints of Medium Sea Green #2BCA6E

RGB

 RED value IS 43 (17.19% from 255) = 12.11%

 GREEN value IS 202 (79.3% from 255) = 56.9%

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

R = 12.11%
G = 56.9%
B = 30.99%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#2BCA6E (or 0x2BCA6E) is known color: Medium Sea Green. HEX triplet: 2B, CA and 6E. RGB value is (43,202,110). Sum of RGB (Red+Green+Blue) = 43+202+110=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCA6E is #D43591. Grayscale: #909090. Windows color (decimal): -13907346 or 7260715. OLE color: 7260715.

HSL color Cylindrical-coordinate representation of color #2BCA6E: hue angle of 145.28º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCA6E is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 43 202 110 -
CMYK 0.79 0 0.46 0.21
HSL 145.28º 0.65% 0.48% -
HSV(B) 145.28º 0.79% 0.79% -
XYZ 24.93 43.88 21.91 -
YUV 143.97 108.82 55.98 -
System Red Green Blue C M Y K H S L
Decimal 43 202 110 0.79 0 0.46 0.21 145.28 0.65 0.48
Hex 2B CA 6E 4F 0 2E 15 91 41 30
Octal 53 312 156 117 0 56 25 221 101 60
Binary 101011 11001010 1101110 1001111 0 101110 10101 10010001 1000001 110000

Color Harmonies of #2BCA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCA6E

Black with #2BCA6E

Text Example


Text Example

White with #2BCA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,202,110); }

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

background-color css

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

 a { background-color: rgb(43,202,110); }

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

border-color css

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

 span { border-color: rgb(43,202,110); }

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