Html Css Color HEX #25ABAC Light Sea Green

📋 copy color: '#25ABAC'

red 37 ◦ green 171 ◦ blue 172

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

Shades of Light Sea Green #25ABAC

Tints of Light Sea Green #25ABAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 9.74%
G = 45%
B = 45.26%

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

#25ABAC (or 0x25ABAC) is known color: Light Sea Green. HEX triplet: 25, AB and AC. RGB value is (37,171,172). Sum of RGB (Red+Green+Blue) = 37+171+172=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #25ABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25ABAC is #DA5453. Grayscale: #828282. Windows color (decimal): -14308436 or 11316005. OLE color: 11316005.

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

Color convert

RGB 37 171 172 -
CMYK 0.78 0.01 0 0.33
HSL 180.44º 0.65% 0.41% -
HSV(B) 180.44º 0.78% 0.67% -
XYZ 22.77 32.5 44.1 -
YUV 131.05 151.11 60.92 -
System Red Green Blue C M Y K H S L
Decimal 37 171 172 0.78 0.01 0 0.33 180.44 0.65 0.41
Hex 25 AB AC 4E 1 0 21 B4 41 29
Octal 45 253 254 116 1 0 41 264 101 51
Binary 100101 10101011 10101100 1001110 1 0 100001 10110100 1000001 101001

Color Harmonies of #25ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ABAC

Black with #25ABAC

Text Example


Text Example

White with #25ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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