Html Css Color HEX #25AEA1 Light Sea Green

📋 copy color: '#25AEA1'

red 37 ◦ green 174 ◦ blue 161

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

Shades of Light Sea Green #25AEA1

Tints of Light Sea Green #25AEA1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.77%

 BLUE value IS 161 (63.28% from 255) = 43.28%

R = 9.95%
G = 46.77%
B = 43.28%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#25AEA1 (or 0x25AEA1) is known color: Light Sea Green. HEX triplet: 25, AE and A1. RGB value is (37,174,161). Sum of RGB (Red+Green+Blue) = 37+174+161=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #25AEA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AEA1 is #DA515E. Grayscale: #838383. Windows color (decimal): -14307679 or 10595877. OLE color: 10595877.

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

Color convert

RGB 37 174 161 -
CMYK 0.79 0 0.07 0.32
HSL 174.31º 0.65% 0.41% -
HSV(B) 174.31º 0.79% 0.68% -
XYZ 22.33 33.24 38.96 -
YUV 131.56 144.61 60.56 -
System Red Green Blue C M Y K H S L
Decimal 37 174 161 0.79 0 0.07 0.32 174.31 0.65 0.41
Hex 25 AE A1 4F 0 7 20 AE 41 29
Octal 45 256 241 117 0 7 40 256 101 51
Binary 100101 10101110 10100001 1001111 0 111 100000 10101110 1000001 101001

Color Harmonies of #25AEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AEA1

Black with #25AEA1

Text Example


Text Example

White with #25AEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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