Html Css Color HEX #25A6AA Light Sea Green

📋 copy color: '#25A6AA'

red 37 ◦ green 166 ◦ blue 170

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

Shades of Light Sea Green #25A6AA

Tints of Light Sea Green #25A6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.5%

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

R = 9.92%
G = 44.5%
B = 45.58%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#25A6AA (or 0x25A6AA) is known color: Light Sea Green. HEX triplet: 25, A6 and AA. RGB value is (37,166,170). Sum of RGB (Red+Green+Blue) = 37+166+170=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #25A6AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A6AA is #DA5955. Grayscale: #7F7F7F. Windows color (decimal): -14309718 or 11183653. OLE color: 11183653.

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

Color convert

RGB 37 166 170 -
CMYK 0.78 0.02 0 0.33
HSL 181.8º 0.64% 0.41% -
HSV(B) 181.8º 0.78% 0.67% -
XYZ 21.65 30.57 42.79 -
YUV 127.89 151.76 63.17 -
System Red Green Blue C M Y K H S L
Decimal 37 166 170 0.78 0.02 0 0.33 181.8 0.64 0.41
Hex 25 A6 AA 4E 2 0 21 B6 40 29
Octal 45 246 252 116 2 0 41 266 100 51
Binary 100101 10100110 10101010 1001110 10 0 100001 10110110 1000000 101001

Color Harmonies of #25A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A6AA

Black with #25A6AA

Text Example


Text Example

White with #25A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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