Html Css Color HEX #2BCF7A Medium Sea Green

📋 copy color: '#2BCF7A'

red 43 ◦ green 207 ◦ blue 122

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

Shades of Medium Sea Green #2BCF7A

Tints of Medium Sea Green #2BCF7A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.65%

 BLUE value IS 122 (48.05% from 255) = 32.8%

R = 11.56%
G = 55.65%
B = 32.8%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#2BCF7A (or 0x2BCF7A) is known color: Medium Sea Green. HEX triplet: 2B, CF and 7A. RGB value is (43,207,122). Sum of RGB (Red+Green+Blue) = 43+207+122=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCF7A is #D43085. Grayscale: #949494. Windows color (decimal): -13906054 or 8048427. OLE color: 8048427.

HSL color Cylindrical-coordinate representation of color #2BCF7A: hue angle of 148.9º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCF7A is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 207 122 -
CMYK 0.79 0 0.41 0.19
HSL 148.9º 0.66% 0.49% -
HSV(B) 148.9º 0.79% 0.81% -
XYZ 26.82 46.54 25.98 -
YUV 148.27 113.17 52.91 -
System Red Green Blue C M Y K H S L
Decimal 43 207 122 0.79 0 0.41 0.19 148.9 0.66 0.49
Hex 2B CF 7A 4F 0 29 13 95 42 31
Octal 53 317 172 117 0 51 23 225 102 61
Binary 101011 11001111 1111010 1001111 0 101001 10011 10010101 1000010 110001

Color Harmonies of #2BCF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCF7A

Black with #2BCF7A

Text Example


Text Example

White with #2BCF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,207,122); }

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

background-color css

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

 a { background-color: rgb(43,207,122); }

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

border-color css

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

 span { border-color: rgb(43,207,122); }

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