Html Css Color HEX #25A5AA Light Sea Green

📋 copy color: '#25A5AA'

red 37 ◦ green 165 ◦ blue 170

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

Shades of Light Sea Green #25A5AA

Tints of Light Sea Green #25A5AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.7%

R = 9.95%
G = 44.35%
B = 45.7%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#25A5AA (or 0x25A5AA) is known color: Light Sea Green. HEX triplet: 25, A5 and AA. RGB value is (37,165,170). Sum of RGB (Red+Green+Blue) = 37+165+170=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #25A5AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A5AA is #DA5A55. Grayscale: #7F7F7F. Windows color (decimal): -14309974 or 11183397. OLE color: 11183397.

HSL color Cylindrical-coordinate representation of color #25A5AA: hue angle of 182.26º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A5AA is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 165 170 -
CMYK 0.78 0.03 0 0.33
HSL 182.26º 0.64% 0.41% -
HSV(B) 182.26º 0.78% 0.67% -
XYZ 21.47 30.21 42.73 -
YUV 127.3 152.09 63.59 -
System Red Green Blue C M Y K H S L
Decimal 37 165 170 0.78 0.03 0 0.33 182.26 0.64 0.41
Hex 25 A5 AA 4E 3 0 21 B6 40 29
Octal 45 245 252 116 3 0 41 266 100 51
Binary 100101 10100101 10101010 1001110 11 0 100001 10110110 1000000 101001

Color Harmonies of #25A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A5AA

Black with #25A5AA

Text Example


Text Example

White with #25A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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