#0FBFB8

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

Shades of Light Sea Green #0FBFB8

Tints of Light Sea Green #0FBFB8

Color information

#0FBFB8 (or 0x0FBFB8) is unknown color: approx Light Sea Green. HEX triplet: 0F, BF and B8. RGB value is (15,191,184). Sum of RGB (Red+Green+Blue) = 15+191+184=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBFB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBFB8 is #F04047. Grayscale: #898989. Windows color (decimal): -15745096 or 12107535. OLE color: 12107535.

HSL color Cylindrical-coordinate representation of color #0FBFB8: hue angle of 177.61º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBFB8 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB15191184-
CMYK0.9200.040.25
HSL177.61º85.44%40.39%-
HSV(B)177.61º92.15%74.9%-
XYZ27.4840.8251.78-
YUV137.58154.1940.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.85%
GREEN value IS 191 (75% from 255) = 48.97%
BLUE value IS 184 (72.27% from 255) = 47.18%
R=3.85%
G=48.97%
B=47.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151911840.9200.040.25177.6185.4440.39
HexFBFB85C0419b25528
Octal17277270134043126212550
Binary111110111111101110001011100010011001101100101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FBFB8; }

 p { color: rgb(15,191,184); }

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

<style>
 a { background-color: #0FBFB8; }

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

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

<style>
 span { border-color: #0FBFB8; }

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

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