#25BFA1

Color #25BFA1 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #25BFA1

Tints of Light Sea Green #25BFA1

Color information

#25BFA1 (or 0x25BFA1) is unknown color: approx 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

RGB37191161-
CMYK0.8100.160.25
HSL168.31º67.54%44.71%-
HSV(B)168.31º80.63%74.9%-
XYZ25.8340.2340.12-
YUV141.53138.9853.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.51%
GREEN value IS 191 (75% from 255) = 49.10%
BLUE value IS 161 (63.28% from 255) = 41.39%
R=9.51%
G=49.10%
B=41.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal371911610.8100.160.25168.3167.5444.71
Hex25BFA15101019a8442d
Octal452772411210203125010455
Binary1001011011111110100001101000101000011001101010001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>