#0FC0B0

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

Shades of Light Sea Green #0FC0B0

Tints of Light Sea Green #0FC0B0

Color information

#0FC0B0 (or 0x0FC0B0) is unknown color: approx Light Sea Green. HEX triplet: 0F, C0 and B0. RGB value is (15,192,176). Sum of RGB (Red+Green+Blue) = 15+192+176=383 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.92% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC0B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC0B0 is #F03F4F. Grayscale: #898989. Windows color (decimal): -15744848 or 11583503. OLE color: 11583503.

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

Color convert

RGB15192176-
CMYK0.9200.080.25
HSL174.58º85.51%40.59%-
HSV(B)174.58º92.19%75.29%-
XYZ26.8840.9447.56-
YUV137.25149.8640.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.92%
GREEN value IS 192 (75.39% from 255) = 50.13%
BLUE value IS 176 (69.14% from 255) = 45.95%
R=3.92%
G=50.13%
B=45.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151921760.9200.080.25174.5885.5140.59
HexFC0B05C0819af5629
Octal173002601340103125712651
Binary1111110000001011000010111000100011001101011111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,192,176); }

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

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

 a { background-color: rgb(15,192,176); }

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

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

 span { border-color: rgb(15,192,176); }

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