Html Css Color HEX #25BFA8 Light Sea Green

📋 copy color: '#25BFA8'

red 37 ◦ green 191 ◦ blue 168

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

Shades of Light Sea Green #25BFA8

Tints of Light Sea Green #25BFA8

RGB

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

 GREEN value IS 191 (75% from 255) = 48.23%

 BLUE value IS 168 (66.02% from 255) = 42.42%

R = 9.34%
G = 48.23%
B = 42.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#25BFA8 (or 0x25BFA8) is known color: Light Sea Green. HEX triplet: 25, BF and A8. RGB value is (37,191,168). Sum of RGB (Red+Green+Blue) = 37+191+168=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #25BFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BFA8 is #DA4057. Grayscale: #8E8E8E. Windows color (decimal): -14303320 or 11058981. OLE color: 11058981.

HSL color Cylindrical-coordinate representation of color #25BFA8: hue angle of 171.04º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BFA8 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 191 168 -
CMYK 0.81 0 0.12 0.25
HSL 171.04º 0.68% 0.45% -
HSV(B) 171.04º 0.81% 0.75% -
XYZ 26.46 40.48 43.46 -
YUV 142.33 142.48 52.87 -
System Red Green Blue C M Y K H S L
Decimal 37 191 168 0.81 0 0.12 0.25 171.04 0.68 0.45
Hex 25 BF A8 51 0 C 19 AB 44 2D
Octal 45 277 250 121 0 14 31 253 104 55
Binary 100101 10111111 10101000 1010001 0 1100 11001 10101011 1000100 101101

Color Harmonies of #25BFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BFA8

Black with #25BFA8

Text Example


Text Example

White with #25BFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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