Html Css Color HEX #25AAAB Light Sea Green

📋 copy color: '#25AAAB'

red 37 ◦ green 170 ◦ blue 171

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

Shades of Light Sea Green #25AAAB

Tints of Light Sea Green #25AAAB

RGB

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

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

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

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

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #25AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AAAB

Black with #25AAAB

Text Example


Text Example

White with #25AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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