Html Css Color HEX #2BAF6B Medium Sea Green

📋 copy color: '#2BAF6B'

red 43 ◦ green 175 ◦ blue 107

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

Shades of Medium Sea Green #2BAF6B

Tints of Medium Sea Green #2BAF6B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.85%

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

R = 13.23%
G = 53.85%
B = 32.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#2BAF6B (or 0x2BAF6B) is known color: Medium Sea Green. HEX triplet: 2B, AF and 6B. RGB value is (43,175,107). Sum of RGB (Red+Green+Blue) = 43+175+107=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAF6B is #D45094. Grayscale: #7F7F7F. Windows color (decimal): -13914261 or 7057195. OLE color: 7057195.

HSL color Cylindrical-coordinate representation of color #2BAF6B: hue angle of 149.09º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAF6B is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 43 175 107 -
CMYK 0.75 0 0.39 0.31
HSL 149.09º 0.61% 0.43% -
HSV(B) 149.09º 0.75% 0.69% -
XYZ 18.98 32.24 19.13 -
YUV 127.78 116.27 67.53 -
System Red Green Blue C M Y K H S L
Decimal 43 175 107 0.75 0 0.39 0.31 149.09 0.61 0.43
Hex 2B AF 6B 4B 0 27 1F 95 3D 2B
Octal 53 257 153 113 0 47 37 225 75 53
Binary 101011 10101111 1101011 1001011 0 100111 11111 10010101 111101 101011

Color Harmonies of #2BAF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAF6B

Black with #2BAF6B

Text Example


Text Example

White with #2BAF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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