#0FB3AB

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

Shades of Light Sea Green #0FB3AB

Tints of Light Sea Green #0FB3AB

Color information

#0FB3AB (or 0x0FB3AB) is unknown color: approx Light Sea Green. HEX triplet: 0F, B3 and AB. RGB value is (15,179,171). Sum of RGB (Red+Green+Blue) = 15+179+171=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB3AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB3AB is #F04C54. Grayscale: #808080. Windows color (decimal): -15748181 or 11252495. OLE color: 11252495.

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

Color convert

RGB15179171-
CMYK0.9200.040.30
HSL177.07º84.54%38.04%-
HSV(B)177.07º91.62%70.2%-
XYZ23.6735.2844.09-
YUV129.05151.6746.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.11%
GREEN value IS 179 (70.31% from 255) = 49.04%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=4.11%
G=49.04%
B=46.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151791710.9200.040.30177.0784.5438.04
HexFB3AB5C041Eb15526
Octal17263253134043626112546
Binary111110110011101010111011100010011110101100011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,179,171); }

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

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

 a { background-color: rgb(15,179,171); }

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

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

 span { border-color: rgb(15,179,171); }

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