Html Css Color HEX #25ACAC Light Sea Green

📋 copy color: '#25ACAC'

red 37 ◦ green 172 ◦ blue 172

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

Shades of Light Sea Green #25ACAC

Tints of Light Sea Green #25ACAC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.14%

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

R = 9.71%
G = 45.14%
B = 45.14%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#25ACAC (or 0x25ACAC) is known color: Light Sea Green. HEX triplet: 25, AC and AC. RGB value is (37,172,172). Sum of RGB (Red+Green+Blue) = 37+172+172=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #25ACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25ACAC is #DA5353. Grayscale: #838383. Windows color (decimal): -14308180 or 11316261. OLE color: 11316261.

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

Color convert

RGB 37 172 172 -
CMYK 0.78 0 0 0.33
HSL 180º 0.65% 0.41% -
HSV(B) 180º 0.78% 0.67% -
XYZ 22.96 32.88 44.17 -
YUV 131.64 150.77 60.5 -
System Red Green Blue C M Y K H S L
Decimal 37 172 172 0.78 0 0 0.33 180 0.65 0.41
Hex 25 AC AC 4E 0 0 21 B4 41 29
Octal 45 254 254 116 0 0 41 264 101 51
Binary 100101 10101100 10101100 1001110 0 0 100001 10110100 1000001 101001

Color Harmonies of #25ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ACAC

Black with #25ACAC

Text Example


Text Example

White with #25ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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