Html Css Color HEX #2BC0AD Light Sea Green

📋 copy color: '#2BC0AD'

red 43 ◦ green 192 ◦ blue 173

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

Shades of Light Sea Green #2BC0AD

Tints of Light Sea Green #2BC0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 10.54%
G = 47.06%
B = 42.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#2BC0AD (or 0x2BC0AD) is known color: Light Sea Green. HEX triplet: 2B, C0 and AD. RGB value is (43,192,173). Sum of RGB (Red+Green+Blue) = 43+192+173=408 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.54% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC0AD is #D43F52. Grayscale: #919191. Windows color (decimal): -13909843 or 11386923. OLE color: 11386923.

HSL color Cylindrical-coordinate representation of color #2BC0AD: hue angle of 172.35º 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 #2BC0AD is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 192 173 -
CMYK 0.78 0 0.10 0.25
HSL 172.35º 0.63% 0.46% -
HSV(B) 172.35º 0.78% 0.75% -
XYZ 27.39 41.23 46.05 -
YUV 145.28 143.64 55.04 -
System Red Green Blue C M Y K H S L
Decimal 43 192 173 0.78 0 0.10 0.25 172.35 0.63 0.46
Hex 2B C0 AD 4E 0 A 19 AC 3F 2E
Octal 53 300 255 116 0 12 31 254 77 56
Binary 101011 11000000 10101101 1001110 0 1010 11001 10101100 111111 101110

Color Harmonies of #2BC0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC0AD

Black with #2BC0AD

Text Example


Text Example

White with #2BC0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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