Html Css Color HEX #2ABCBA Light Sea Green

📋 copy color: '#2ABCBA'

red 42 ◦ green 188 ◦ blue 186

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

Shades of Light Sea Green #2ABCBA

Tints of Light Sea Green #2ABCBA

RGB

 RED value IS 42 (16.8% from 255) = 10.1%

 GREEN value IS 188 (73.83% from 255) = 45.19%

 BLUE value IS 186 (73.05% from 255) = 44.71%

R = 10.1%
G = 45.19%
B = 44.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#2ABCBA (or 0x2ABCBA) is known color: Light Sea Green. HEX triplet: 2A, BC and BA. RGB value is (42,188,186). Sum of RGB (Red+Green+Blue) = 42+188+186=416 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.10% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCBA is #D54345. Grayscale: #8F8F8F. Windows color (decimal): -13976390 or 12237866. OLE color: 12237866.

HSL color Cylindrical-coordinate representation of color #2ABCBA: hue angle of 179.18º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABCBA is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 188 186 -
CMYK 0.78 0 0.01 0.26
HSL 179.18º 0.63% 0.45% -
HSV(B) 179.18º 0.78% 0.74% -
XYZ 27.8 40 52.71 -
YUV 144.12 151.63 55.16 -
System Red Green Blue C M Y K H S L
Decimal 42 188 186 0.78 0 0.01 0.26 179.18 0.63 0.45
Hex 2A BC BA 4E 0 1 1A B3 3F 2D
Octal 52 274 272 116 0 1 32 263 77 55
Binary 101010 10111100 10111010 1001110 0 1 11010 10110011 111111 101101

Color Harmonies of #2ABCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABCBA

Black with #2ABCBA

Text Example


Text Example

White with #2ABCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,188,186); }

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

background-color css

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

 a { background-color: rgb(42,188,186); }

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

border-color css

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

 span { border-color: rgb(42,188,186); }

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