#0FBAB2

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

Shades of Light Sea Green #0FBAB2

Tints of Light Sea Green #0FBAB2

Color information

#0FBAB2 (or 0x0FBAB2) is unknown color: approx Light Sea Green. HEX triplet: 0F, BA and B2. RGB value is (15,186,178). Sum of RGB (Red+Green+Blue) = 15+186+178=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBAB2 is #F0454D. Grayscale: #858585. Windows color (decimal): -15746382 or 11713039. OLE color: 11713039.

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

Color convert

RGB15186178-
CMYK0.9200.040.27
HSL177.19º85.07%39.41%-
HSV(B)177.19º91.94%72.94%-
XYZ25.7938.4348.18-
YUV133.96152.8543.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.96%
GREEN value IS 186 (73.05% from 255) = 49.08%
BLUE value IS 178 (69.92% from 255) = 46.97%
R=3.96%
G=49.08%
B=46.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151861780.9200.040.27177.1985.0739.41
HexFBAB25C041Bb15527
Octal17272262134043326112547
Binary111110111010101100101011100010011011101100011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,186,178); }

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

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

 a { background-color: rgb(15,186,178); }

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

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

 span { border-color: rgb(15,186,178); }

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