#25AAAD

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

Shades of Light Sea Green #25AAAD

Tints of Light Sea Green #25AAAD

Color information

#25AAAD (or 0x25AAAD) is unknown color: approx Light Sea Green. HEX triplet: 25, AA and AD. RGB value is (37,170,173). Sum of RGB (Red+Green+Blue) = 37+170+173=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #25AAAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AAAD is #DA5552. Grayscale: #828282. Windows color (decimal): -14308691 or 11381285. OLE color: 11381285.

HSL color Cylindrical-coordinate representation of color #25AAAD: hue angle of 181.32º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AAAD is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB37170173-
CMYK0.790.0200.32
HSL181.32º64.76%41.18%-
HSV(B)181.32º78.61%67.84%-
XYZ22.6832.1644.55-
YUV130.57151.9461.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.74%
GREEN value IS 170 (66.80% from 255) = 44.74%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=9.74%
G=44.74%
B=45.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371701730.790.0200.32181.3264.7641.18
Hex25AAAD4F2020b54129
Octal45252255117204026510151
Binary10010110101010101011011001111100100000101101011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,170,173); }

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

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

 a { background-color: rgb(37,170,173); }

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

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

 span { border-color: rgb(37,170,173); }

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