Html Css Color HEX #25AFA4 Light Sea Green

📋 copy color: '#25AFA4'

red 37 ◦ green 175 ◦ blue 164

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

Shades of Light Sea Green #25AFA4

Tints of Light Sea Green #25AFA4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.54%

 BLUE value IS 164 (64.45% from 255) = 43.62%

R = 9.84%
G = 46.54%
B = 43.62%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#25AFA4 (or 0x25AFA4) is known color: Light Sea Green. HEX triplet: 25, AF and A4. RGB value is (37,175,164). Sum of RGB (Red+Green+Blue) = 37+175+164=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #25AFA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AFA4 is #DA505B. Grayscale: #848484. Windows color (decimal): -14307420 or 10792741. OLE color: 10792741.

HSL color Cylindrical-coordinate representation of color #25AFA4: hue angle of 175.22º 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 #25AFA4 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 175 164 -
CMYK 0.79 0 0.06 0.31
HSL 175.22º 0.65% 0.42% -
HSV(B) 175.22º 0.79% 0.69% -
XYZ 22.79 33.73 40.43 -
YUV 132.48 145.78 59.89 -
System Red Green Blue C M Y K H S L
Decimal 37 175 164 0.79 0 0.06 0.31 175.22 0.65 0.42
Hex 25 AF A4 4F 0 6 1F AF 41 2A
Octal 45 257 244 117 0 6 37 257 101 52
Binary 100101 10101111 10100100 1001111 0 110 11111 10101111 1000001 101010

Color Harmonies of #25AFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AFA4

Black with #25AFA4

Text Example


Text Example

White with #25AFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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