Html Css Color HEX #25A8AC Light Sea Green

📋 copy color: '#25A8AC'

red 37 ◦ green 168 ◦ blue 172

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

Shades of Light Sea Green #25A8AC

Tints of Light Sea Green #25A8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.56%

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

R = 9.81%
G = 44.56%
B = 45.62%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#25A8AC (or 0x25A8AC) is known color: Light Sea Green. HEX triplet: 25, A8 and AC. RGB value is (37,168,172). Sum of RGB (Red+Green+Blue) = 37+168+172=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #25A8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A8AC is #DA5753. Grayscale: #818181. Windows color (decimal): -14309204 or 11315237. OLE color: 11315237.

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

Color convert

RGB 37 168 172 -
CMYK 0.78 0.02 0 0.33
HSL 181.78º 0.65% 0.41% -
HSV(B) 181.78º 0.78% 0.67% -
XYZ 22.21 31.38 43.92 -
YUV 129.29 152.1 62.17 -
System Red Green Blue C M Y K H S L
Decimal 37 168 172 0.78 0.02 0 0.33 181.78 0.65 0.41
Hex 25 A8 AC 4E 2 0 21 B6 41 29
Octal 45 250 254 116 2 0 41 266 101 51
Binary 100101 10101000 10101100 1001110 10 0 100001 10110110 1000001 101001

Color Harmonies of #25A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A8AC

Black with #25A8AC

Text Example


Text Example

White with #25A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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