Html Css Color HEX #25ABAA Light Sea Green

📋 copy color: '#25ABAA'

red 37 ◦ green 171 ◦ blue 170

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

Shades of Light Sea Green #25ABAA

Tints of Light Sea Green #25ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.24%

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

R = 9.79%
G = 45.24%
B = 44.97%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#25ABAA (or 0x25ABAA) is known color: Light Sea Green. HEX triplet: 25, AB and AA. RGB value is (37,171,170). Sum of RGB (Red+Green+Blue) = 37+171+170=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #25ABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25ABAA is #DA5455. Grayscale: #828282. Windows color (decimal): -14308438 or 11184933. OLE color: 11184933.

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

Color convert

RGB 37 171 170 -
CMYK 0.78 0 0.01 0.33
HSL 179.55º 0.64% 0.41% -
HSV(B) 179.55º 0.78% 0.67% -
XYZ 22.58 32.42 43.1 -
YUV 130.82 150.11 61.08 -
System Red Green Blue C M Y K H S L
Decimal 37 171 170 0.78 0 0.01 0.33 179.55 0.64 0.41
Hex 25 AB AA 4E 0 1 21 B4 40 29
Octal 45 253 252 116 0 1 41 264 100 51
Binary 100101 10101011 10101010 1001110 0 1 100001 10110100 1000000 101001

Color Harmonies of #25ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ABAA

Black with #25ABAA

Text Example


Text Example

White with #25ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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