#2ABBBE

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

Shades of Light Sea Green #2ABBBE

Tints of Light Sea Green #2ABBBE

Color information

#2ABBBE (or 0x2ABBBE) is unknown color: approx Light Sea Green. HEX triplet: 2A, BB and BE. RGB value is (42,187,190). Sum of RGB (Red+Green+Blue) = 42+187+190=419 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.02% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #2ABBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBBE is #D54441. Grayscale: #8F8F8F. Windows color (decimal): -13976642 or 12499754. OLE color: 12499754.

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

Color convert

RGB42187190-
CMYK0.780.0200.25
HSL181.22º63.79%45.49%-
HSV(B)181.22º77.89%74.51%-
XYZ28.0239.7554.91-
YUV143.99153.9655.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.02%
GREEN value IS 187 (73.44% from 255) = 44.63%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=10.02%
G=44.63%
B=45.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421871900.780.0200.25181.2263.7945.49
Hex2ABBBE4E2019b5402d
Octal52273276116203126510055
Binary1010101011101110111110100111010011001101101011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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