#25BFBF

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

Shades of Light Sea Green #25BFBF

Tints of Light Sea Green #25BFBF

Color information

#25BFBF (or 0x25BFBF) is unknown color: approx Light Sea Green. HEX triplet: 25, BF and BF. RGB value is (37,191,191). Sum of RGB (Red+Green+Blue) = 37+191+191=419 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.83% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #25BFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BFBF is #DA4040. Grayscale: #909090. Windows color (decimal): -14303297 or 12566309. OLE color: 12566309.

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

Color convert

RGB37191191-
CMYK0.81000.25
HSL180º67.54%44.71%-
HSV(B)180º80.63%74.9%-
XYZ28.841.4255.77-
YUV144.95153.9851-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.83%
GREEN value IS 191 (75% from 255) = 45.58%
BLUE value IS 191 (75% from 255) = 45.58%
R=8.83%
G=45.58%
B=45.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal371911910.81000.2518067.5444.71
Hex25BFBF510019b4442d
Octal45277277121003126410455
Binary100101101111111011111110100010011001101101001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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