#25bc9f

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

Shades of Light Sea Green #25BC9F

Tints of Light Sea Green #25BC9F

Color information

#25BC9F (or 0x25BC9F) is unknown color: approx Light Sea Green. HEX triplet: 25, BC and 9F. RGB value is (37,188,159). Sum of RGB (Red+Green+Blue) = 37+188+159=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BC9F is #DA4360. Grayscale: #8B8B8B. Windows color (decimal): -14304097 or 10468389. OLE color: 10468389.

HSL color Cylindrical-coordinate representation of color #25BC9F: hue angle of 168.48º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BC9F is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB37188159-
CMYK0.8000.150.26
HSL168.48º67.11%44.12%-
HSV(B)168.48º80.32%73.73%-
XYZ2538.8638.98-
YUV139.54138.9754.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.64%
GREEN value IS 188 (73.83% from 255) = 48.96%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=9.64%
G=48.96%
B=41.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal371881590.8000.150.26168.4867.1144.12
Hex25BC9F500F1Aa8432c
Octal452742371200173225010354
Binary100101101111001001111110100000111111010101010001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25bc9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,188,159); }

 H1.HeaderClassName
 {
   color: #25bc9f;
 }
 .AnyTagClassName
 {
   color: #25bc9f;
 }
</style>
background-color css

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

 a { background-color: rgb(37,188,159); }

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

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

 span { border-color: rgb(37,188,159); }

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