#2ABAAD

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

Shades of Light Sea Green #2ABAAD

Tints of Light Sea Green #2ABAAD

Color information

#2ABAAD (or 0x2ABAAD) is unknown color: approx Light Sea Green. HEX triplet: 2A, BA and AD. RGB value is (42,186,173). Sum of RGB (Red+Green+Blue) = 42+186+173=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABAAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABAAD is #D54552. Grayscale: #8D8D8D. Windows color (decimal): -13976915 or 11385386. OLE color: 11385386.

HSL color Cylindrical-coordinate representation of color #2ABAAD: hue angle of 174.58º 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 #2ABAAD is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB42186173-
CMYK0.7700.070.27
HSL174.58º63.16%44.71%-
HSV(B)174.58º77.42%72.94%-
XYZ26.0638.6345.62-
YUV141.46145.7957.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.47%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=10.47%
G=46.38%
B=43.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421861730.7700.070.27174.5863.1644.71
Hex2ABAAD4D071Baf3f2d
Octal5227225511507332577755
Binary1010101011101010101101100110101111101110101111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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