#25A6AB

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

Shades of Light Sea Green #25A6AB

Tints of Light Sea Green #25A6AB

Color information

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

HSL color Cylindrical-coordinate representation of color #25A6AB: hue angle of 182.24º 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 #25A6AB is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37166171-
CMYK0.780.0300.33
HSL182.24º64.42%40.78%-
HSV(B)182.24º78.36%67.06%-
XYZ21.7530.6143.29-
YUV128152.2663.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371661710.780.0300.33182.2464.4240.78
Hex25A6AB4E3021b64029
Octal45246253116304126610051
Binary10010110100110101010111001110110100001101101101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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