#2ABEBC

Color #2ABEBC Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2ABEBC

Tints of Light Sea Green #2ABEBC

Color information

#2ABEBC (or 0x2ABEBC) is unknown color: approx Light Sea Green. HEX triplet: 2A, BE and BC. RGB value is (42,190,188). Sum of RGB (Red+Green+Blue) = 42+190+188=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABEBC is #D54143. Grayscale: #919191. Windows color (decimal): -13975876 or 12369450. OLE color: 12369450.

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

Color convert

RGB42190188-
CMYK0.7800.010.25
HSL179.19º63.79%45.49%-
HSV(B)179.19º77.89%74.51%-
XYZ28.4540.9553.98-
YUV145.52151.9754.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10%
GREEN value IS 190 (74.61% from 255) = 45.24%
BLUE value IS 188 (73.83% from 255) = 44.76%
R=10%
G=45.24%
B=44.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421901880.7800.010.25179.1963.7945.49
Hex2ABEBC4E0119b3402d
Octal52276274116013126310055
Binary101010101111101011110010011100111001101100111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ABEBC;
 }
 .AnyTagClassName
 {
   color: #2ABEBC;
 }
</style>
background-color css

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

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

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

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

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

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