Html Css Color HEX #2BCF6B Medium Sea Green

📋 copy color: '#2BCF6B'

red 43 ◦ green 207 ◦ blue 107

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

Shades of Medium Sea Green #2BCF6B

Tints of Medium Sea Green #2BCF6B

RGB

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

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

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

R = 12.04%
G = 57.98%
B = 29.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#2BCF6B (or 0x2BCF6B) is known color: Medium Sea Green. HEX triplet: 2B, CF and 6B. RGB value is (43,207,107). Sum of RGB (Red+Green+Blue) = 43+207+107=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCF6B is #D43094. Grayscale: #929292. Windows color (decimal): -13906069 or 7065387. OLE color: 7065387.

HSL color Cylindrical-coordinate representation of color #2BCF6B: hue angle of 143.41º 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 #2BCF6B is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 207 107 -
CMYK 0.79 0 0.48 0.19
HSL 143.41º 0.66% 0.49% -
HSV(B) 143.41º 0.79% 0.81% -
XYZ 25.96 46.2 21.46 -
YUV 146.56 105.67 54.13 -
System Red Green Blue C M Y K H S L
Decimal 43 207 107 0.79 0 0.48 0.19 143.41 0.66 0.49
Hex 2B CF 6B 4F 0 30 13 8F 42 31
Octal 53 317 153 117 0 60 23 217 102 61
Binary 101011 11001111 1101011 1001111 0 110000 10011 10001111 1000010 110001

Color Harmonies of #2BCF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCF6B

Black with #2BCF6B

Text Example


Text Example

White with #2BCF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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