#25BFA8

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

Shades of Light Sea Green #25BFA8

Tints of Light Sea Green #25BFA8

Color information

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

RGB37191168-
CMYK0.8100.120.25
HSL171.04º67.54%44.71%-
HSV(B)171.04º80.63%74.9%-
XYZ26.4640.4843.46-
YUV142.33142.4852.87-

RGB Variations

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

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 (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal371911680.8100.120.25171.0467.5444.71
Hex25BFA8510C19ab442d
Octal452772501210143125310455
Binary100101101111111010100010100010110011001101010111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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