Html Css Color HEX #25A5A9 Light Sea Green

📋 copy color: '#25A5A9'

red 37 ◦ green 165 ◦ blue 169

#25A5A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #25A5A9

Tints of Light Sea Green #25A5A9

RGB

 RED value IS 37 (14.84% from 255) = 9.97%

 GREEN value IS 165 (64.84% from 255) = 44.47%

 BLUE value IS 169 (66.41% from 255) = 45.55%

R = 9.97%
G = 44.47%
B = 45.55%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#25A5A9 (or 0x25A5A9) is known color: Light Sea Green. HEX triplet: 25, A5 and A9. RGB value is (37,165,169). Sum of RGB (Red+Green+Blue) = 37+165+169=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 169 - color contains mainly: blue. Hex color #25A5A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A5A9 is #DA5A56. Grayscale: #7F7F7F. Windows color (decimal): -14309975 or 11117861. OLE color: 11117861.

HSL color Cylindrical-coordinate representation of color #25A5A9: hue angle of 181.82º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A5A9 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 37 165 169 -
CMYK 0.78 0.02 0 0.34
HSL 181.82º 0.64% 0.4% -
HSV(B) 181.82º 0.78% 0.66% -
XYZ 21.38 30.17 42.23 -
YUV 127.18 151.59 63.67 -
System Red Green Blue C M Y K H S L
Decimal 37 165 169 0.78 0.02 0 0.34 181.82 0.64 0.4
Hex 25 A5 A9 4E 2 0 22 B6 40 28
Octal 45 245 251 116 2 0 42 266 100 50
Binary 100101 10100101 10101001 1001110 10 0 100010 10110110 1000000 101000

Color Harmonies of #25A5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A5A9

Black with #25A5A9

Text Example


Text Example

White with #25A5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,165,169); }

 H1.HeaderClassName
 {
   color: #25A5A9;
 }
 .AnyTagClassName
 {
   color: #25A5A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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