#0FBFAC

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

Shades of Light Sea Green #0FBFAC

Tints of Light Sea Green #0FBFAC

Color information

#0FBFAC (or 0x0FBFAC) is unknown color: approx Light Sea Green. HEX triplet: 0F, BF and AC. RGB value is (15,191,172). Sum of RGB (Red+Green+Blue) = 15+191+172=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBFAC is #F04053. Grayscale: #888888. Windows color (decimal): -15745108 or 11321103. OLE color: 11321103.

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

Color convert

RGB15191172-
CMYK0.9200.100.25
HSL173.52º85.44%40.39%-
HSV(B)173.52º92.15%74.9%-
XYZ26.2740.3445.43-
YUV136.21148.1941.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.97%
GREEN value IS 191 (75% from 255) = 50.53%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=3.97%
G=50.53%
B=45.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151911720.9200.100.25173.5285.4440.39
HexFBFAC5C0A19ae5528
Octal172772541340123125612550
Binary1111101111111010110010111000101011001101011101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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