Html Css Color HEX #25BFA1 Light Sea Green

📋 copy color: '#25BFA1'

red 37 ◦ green 191 ◦ blue 161

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

Shades of Light Sea Green #25BFA1

Tints of Light Sea Green #25BFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.39%

R = 9.51%
G = 49.1%
B = 41.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#25BFA1 (or 0x25BFA1) is known color: Light Sea Green. HEX triplet: 25, BF and A1. RGB value is (37,191,161). Sum of RGB (Red+Green+Blue) = 37+191+161=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #25BFA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BFA1 is #DA405E. Grayscale: #8D8D8D. Windows color (decimal): -14303327 or 10600229. OLE color: 10600229.

HSL color Cylindrical-coordinate representation of color #25BFA1: hue angle of 168.31º 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 #25BFA1 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 191 161 -
CMYK 0.81 0 0.16 0.25
HSL 168.31º 0.68% 0.45% -
HSV(B) 168.31º 0.81% 0.75% -
XYZ 25.83 40.23 40.12 -
YUV 141.53 138.98 53.44 -
System Red Green Blue C M Y K H S L
Decimal 37 191 161 0.81 0 0.16 0.25 168.31 0.68 0.45
Hex 25 BF A1 51 0 10 19 A8 44 2D
Octal 45 277 241 121 0 20 31 250 104 55
Binary 100101 10111111 10100001 1010001 0 10000 11001 10101000 1000100 101101

Color Harmonies of #25BFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BFA1

Black with #25BFA1

Text Example


Text Example

White with #25BFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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