#25ABA6

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

Shades of Light Sea Green #25ABA6

Tints of Light Sea Green #25ABA6

Color information

#25ABA6 (or 0x25ABA6) is unknown color: approx Light Sea Green. HEX triplet: 25, AB and A6. RGB value is (37,171,166). Sum of RGB (Red+Green+Blue) = 37+171+166=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #25ABA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25ABA6 is #DA5459. Grayscale: #828282. Windows color (decimal): -14308442 or 10922789. OLE color: 10922789.

HSL color Cylindrical-coordinate representation of color #25ABA6: hue angle of 177.76º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25ABA6 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB37171166-
CMYK0.7800.030.33
HSL177.76º64.42%40.78%-
HSV(B)177.76º78.36%67.06%-
XYZ22.2132.2741.14-
YUV130.36148.1161.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.89%
GREEN value IS 171 (67.19% from 255) = 45.72%
BLUE value IS 166 (65.23% from 255) = 44.39%
R=9.89%
G=45.72%
B=44.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371711660.7800.030.33177.7664.4240.78
Hex25ABA64E0321b24029
Octal45253246116034126210051
Binary10010110101011101001101001110011100001101100101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25ABA6; }

 p { color: rgb(37,171,166); }

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

<style>
 a { background-color: #25ABA6; }

 a { background-color: rgb(37,171,166); }

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

<style>
 span { border-color: #25ABA6; }

 span { border-color: rgb(37,171,166); }

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