#25AEB5

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

Shades of Light Sea Green #25AEB5

Tints of Light Sea Green #25AEB5

Color information

#25AEB5 (or 0x25AEB5) is unknown color: approx Light Sea Green. HEX triplet: 25, AE and B5. RGB value is (37,174,181). Sum of RGB (Red+Green+Blue) = 37+174+181=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #25AEB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AEB5 is #DA514A. Grayscale: #858585. Windows color (decimal): -14307659 or 11906597. OLE color: 11906597.

HSL color Cylindrical-coordinate representation of color #25AEB5: hue angle of 182.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25AEB5 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB37174181-
CMYK0.800.0400.29
HSL182.92º66.06%42.75%-
HSV(B)182.92º79.56%70.98%-
XYZ24.243449-
YUV133.83154.6158.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.44%
GREEN value IS 174 (68.36% from 255) = 44.39%
BLUE value IS 181 (71.09% from 255) = 46.17%
R=9.44%
G=44.39%
B=46.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371741810.800.0400.29182.9266.0642.75
Hex25AEB550401Db7422b
Octal45256265120403526710253
Binary10010110101110101101011010000100011101101101111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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