Html Css Color HEX #25A8AE Light Sea Green

📋 copy color: '#25A8AE'

red 37 ◦ green 168 ◦ blue 174

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

Shades of Light Sea Green #25A8AE

Tints of Light Sea Green #25A8AE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.33%

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 9.76%
G = 44.33%
B = 45.91%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#25A8AE (or 0x25A8AE) is known color: Light Sea Green. HEX triplet: 25, A8 and AE. RGB value is (37,168,174). Sum of RGB (Red+Green+Blue) = 37+168+174=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #25A8AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A8AE is #DA5751. Grayscale: #818181. Windows color (decimal): -14309202 or 11446309. OLE color: 11446309.

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

Color convert

RGB 37 168 174 -
CMYK 0.79 0.03 0 0.32
HSL 182.63º 0.65% 0.41% -
HSV(B) 182.63º 0.79% 0.68% -
XYZ 22.41 31.45 44.93 -
YUV 129.52 153.1 62.01 -
System Red Green Blue C M Y K H S L
Decimal 37 168 174 0.79 0.03 0 0.32 182.63 0.65 0.41
Hex 25 A8 AE 4F 3 0 20 B7 41 29
Octal 45 250 256 117 3 0 40 267 101 51
Binary 100101 10101000 10101110 1001111 11 0 100000 10110111 1000001 101001

Color Harmonies of #25A8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A8AE

Black with #25A8AE

Text Example


Text Example

White with #25A8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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