#2ABEB3

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

Shades of Light Sea Green #2ABEB3

Tints of Light Sea Green #2ABEB3

Color information

#2ABEB3 (or 0x2ABEB3) is unknown color: approx Light Sea Green. HEX triplet: 2A, BE and B3. RGB value is (42,190,179). Sum of RGB (Red+Green+Blue) = 42+190+179=411 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.22% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABEB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABEB3 is #D5414C. Grayscale: #909090. Windows color (decimal): -13975885 or 11779626. OLE color: 11779626.

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

Color convert

RGB42190179-
CMYK0.7800.060.25
HSL175.54º63.79%45.49%-
HSV(B)175.54º77.89%74.51%-
XYZ27.540.5749.03-
YUV144.49147.4754.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.22%
GREEN value IS 190 (74.61% from 255) = 46.23%
BLUE value IS 179 (70.31% from 255) = 43.55%
R=10.22%
G=46.23%
B=43.55%

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
Decimal421901790.7800.060.25175.5463.7945.49
Hex2ABEB34E0619b0402d
Octal52276263116063126010055
Binary10101010111110101100111001110011011001101100001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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