#25ADAA

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

Shades of Light Sea Green #25ADAA

Tints of Light Sea Green #25ADAA

Color information

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

HSL color Cylindrical-coordinate representation of color #25ADAA: hue angle of 178.68º 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 #25ADAA is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB37173170-
CMYK0.7900.020.32
HSL178.68º64.76%41.18%-
HSV(B)178.68º78.61%67.84%-
XYZ22.9633.1843.22-
YUV131.99149.4460.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371731700.7900.020.32178.6864.7641.18
Hex25ADAA4F0220b34129
Octal45255252117024026310151
Binary10010110101101101010101001111010100000101100111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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