Html Css Color HEX #2BC0AF Light Sea Green

📋 copy color: '#2BC0AF'

red 43 ◦ green 192 ◦ blue 175

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

Shades of Light Sea Green #2BC0AF

Tints of Light Sea Green #2BC0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.83%

 BLUE value IS 175 (68.75% from 255) = 42.68%

R = 10.49%
G = 46.83%
B = 42.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#2BC0AF (or 0x2BC0AF) is known color: Light Sea Green. HEX triplet: 2B, C0 and AF. RGB value is (43,192,175). Sum of RGB (Red+Green+Blue) = 43+192+175=410 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.49% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC0AF is #D43F50. Grayscale: #919191. Windows color (decimal): -13909841 or 11517995. OLE color: 11517995.

HSL color Cylindrical-coordinate representation of color #2BC0AF: hue angle of 173.15º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC0AF is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 192 175 -
CMYK 0.78 0 0.09 0.25
HSL 173.15º 0.63% 0.46% -
HSV(B) 173.15º 0.78% 0.75% -
XYZ 27.58 41.31 47.08 -
YUV 145.51 144.64 54.88 -
System Red Green Blue C M Y K H S L
Decimal 43 192 175 0.78 0 0.09 0.25 173.15 0.63 0.46
Hex 2B C0 AF 4E 0 9 19 AD 3F 2E
Octal 53 300 257 116 0 11 31 255 77 56
Binary 101011 11000000 10101111 1001110 0 1001 11001 10101101 111111 101110

Color Harmonies of #2BC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC0AF

Black with #2BC0AF

Text Example


Text Example

White with #2BC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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