Html Css Color HEX #25AEAA Light Sea Green

📋 copy color: '#25AEAA'

red 37 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #25AEAA

Tints of Light Sea Green #25AEAA

RGB

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

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

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

R = 9.71%
G = 45.67%
B = 44.62%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#25AEAA (or 0x25AEAA) is known color: Light Sea Green. HEX triplet: 25, AE and AA. RGB value is (37,174,170). Sum of RGB (Red+Green+Blue) = 37+174+170=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #25AEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AEAA is #DA5155. Grayscale: #848484. Windows color (decimal): -14307670 or 11185701. OLE color: 11185701.

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

Color convert

RGB 37 174 170 -
CMYK 0.79 0 0.02 0.32
HSL 178.25º 0.65% 0.41% -
HSV(B) 178.25º 0.79% 0.68% -
XYZ 23.15 33.57 43.29 -
YUV 132.58 149.11 59.83 -
System Red Green Blue C M Y K H S L
Decimal 37 174 170 0.79 0 0.02 0.32 178.25 0.65 0.41
Hex 25 AE AA 4F 0 2 20 B2 41 29
Octal 45 256 252 117 0 2 40 262 101 51
Binary 100101 10101110 10101010 1001111 0 10 100000 10110010 1000001 101001

Color Harmonies of #25AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AEAA

Black with #25AEAA

Text Example


Text Example

White with #25AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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