#2ABAB5

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

Shades of Light Sea Green #2ABAB5

Tints of Light Sea Green #2ABAB5

Color information

#2ABAB5 (or 0x2ABAB5) is unknown color: approx Light Sea Green. HEX triplet: 2A, BA and B5. RGB value is (42,186,181). Sum of RGB (Red+Green+Blue) = 42+186+181=409 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.27% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABAB5 is #D5454A. Grayscale: #8E8E8E. Windows color (decimal): -13976907 or 11909674. OLE color: 11909674.

HSL color Cylindrical-coordinate representation of color #2ABAB5: hue angle of 177.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ABAB5 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB42186181-
CMYK0.7700.030.27
HSL177.92º63.16%44.71%-
HSV(B)177.92º77.42%72.94%-
XYZ26.8538.9549.82-
YUV142.37149.7956.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.27%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 181 (71.09% from 255) = 44.25%
R=10.27%
G=45.48%
B=44.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421861810.7700.030.27177.9263.1644.71
Hex2ABAB54D031Bb23f2d
Octal5227226511503332627755
Binary101010101110101011010110011010111101110110010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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