Html Css Color HEX #25ABAF Light Sea Green

📋 copy color: '#25ABAF'

red 37 ◦ green 171 ◦ blue 175

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

Shades of Light Sea Green #25ABAF

Tints of Light Sea Green #25ABAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.69%

R = 9.66%
G = 44.65%
B = 45.69%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#25ABAF (or 0x25ABAF) is known color: Light Sea Green. HEX triplet: 25, AB and AF. RGB value is (37,171,175). Sum of RGB (Red+Green+Blue) = 37+171+175=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #25ABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25ABAF is #DA5450. Grayscale: #838383. Windows color (decimal): -14308433 or 11512613. OLE color: 11512613.

HSL color Cylindrical-coordinate representation of color #25ABAF: hue angle of 181.74º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25ABAF is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 171 175 -
CMYK 0.79 0.02 0 0.31
HSL 181.74º 0.65% 0.42% -
HSV(B) 181.74º 0.79% 0.69% -
XYZ 23.06 32.61 45.64 -
YUV 131.39 152.61 60.67 -
System Red Green Blue C M Y K H S L
Decimal 37 171 175 0.79 0.02 0 0.31 181.74 0.65 0.42
Hex 25 AB AF 4F 2 0 1F B6 41 2A
Octal 45 253 257 117 2 0 37 266 101 52
Binary 100101 10101011 10101111 1001111 10 0 11111 10110110 1000001 101010

Color Harmonies of #25ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ABAF

Black with #25ABAF

Text Example


Text Example

White with #25ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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