Html Css Color HEX #2BC0A9 Light Sea Green

📋 copy color: '#2BC0A9'

red 43 ◦ green 192 ◦ blue 169

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

Shades of Light Sea Green #2BC0A9

Tints of Light Sea Green #2BC0A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.83%

R = 10.64%
G = 47.52%
B = 41.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#2BC0A9 (or 0x2BC0A9) is known color: Light Sea Green. HEX triplet: 2B, C0 and A9. RGB value is (43,192,169). Sum of RGB (Red+Green+Blue) = 43+192+169=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC0A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC0A9 is #D43F56. Grayscale: #909090. Windows color (decimal): -13909847 or 11124779. OLE color: 11124779.

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

Color convert

RGB 43 192 169 -
CMYK 0.78 0 0.12 0.25
HSL 170.74º 0.63% 0.46% -
HSV(B) 170.74º 0.78% 0.75% -
XYZ 27.01 41.08 44.04 -
YUV 144.83 141.64 55.37 -
System Red Green Blue C M Y K H S L
Decimal 43 192 169 0.78 0 0.12 0.25 170.74 0.63 0.46
Hex 2B C0 A9 4E 0 C 19 AB 3F 2E
Octal 53 300 251 116 0 14 31 253 77 56
Binary 101011 11000000 10101001 1001110 0 1100 11001 10101011 111111 101110

Color Harmonies of #2BC0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC0A9

Black with #2BC0A9

Text Example


Text Example

White with #2BC0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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