#2ABEB2

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

Shades of Light Sea Green #2ABEB2

Tints of Light Sea Green #2ABEB2

Color information

#2ABEB2 (or 0x2ABEB2) is unknown color: approx Light Sea Green. HEX triplet: 2A, BE and B2. RGB value is (42,190,178). Sum of RGB (Red+Green+Blue) = 42+190+178=410 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.24% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABEB2 is #D5414D. Grayscale: #909090. Windows color (decimal): -13975886 or 11714090. OLE color: 11714090.

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

Color convert

RGB42190178-
CMYK0.7800.060.25
HSL175.14º63.79%45.49%-
HSV(B)175.14º77.89%74.51%-
XYZ27.440.5348.5-
YUV144.38146.9754.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.24%
GREEN value IS 190 (74.61% from 255) = 46.34%
BLUE value IS 178 (69.92% from 255) = 43.41%
R=10.24%
G=46.34%
B=43.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421901780.7800.060.25175.1463.7945.49
Hex2ABEB24E0619af402d
Octal52276262116063125710055
Binary10101010111110101100101001110011011001101011111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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