#25AEAE

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

Shades of Light Sea Green #25AEAE

Tints of Light Sea Green #25AEAE

Color information

#25AEAE (or 0x25AEAE) is unknown color: approx Light Sea Green. HEX triplet: 25, AE and AE. RGB value is (37,174,174). Sum of RGB (Red+Green+Blue) = 37+174+174=385 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.61% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #25AEAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AEAE is #DA5151. Grayscale: #848484. Windows color (decimal): -14307666 or 11447845. OLE color: 11447845.

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

Color convert

RGB37174174-
CMYK0.79000.32
HSL180º64.93%41.37%-
HSV(B)180º78.74%68.24%-
XYZ23.5433.7245.31-
YUV133.04151.1159.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.61%
GREEN value IS 174 (68.36% from 255) = 45.19%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=9.61%
G=45.19%
B=45.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371741740.79000.3218064.9341.37
Hex25AEAE4F0020b44129
Octal45256256117004026410151
Binary1001011010111010101110100111100100000101101001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,174,174); }

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

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

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

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

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

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

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