#0FC1B2

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

Shades of Light Sea Green #0FC1B2

Tints of Light Sea Green #0FC1B2

Color information

#0FC1B2 (or 0x0FC1B2) is unknown color: approx Light Sea Green. HEX triplet: 0F, C1 and B2. RGB value is (15,193,178). Sum of RGB (Red+Green+Blue) = 15+193+178=386 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.89% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC1B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC1B2 is #F03E4D. Grayscale: #898989. Windows color (decimal): -15744590 or 11714831. OLE color: 11714831.

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

Color convert

RGB15193178-
CMYK0.9200.080.24
HSL174.94º85.58%40.78%-
HSV(B)174.94º92.23%75.69%-
XYZ27.341.4648.68-
YUV138.07150.5340.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.89%
GREEN value IS 193 (75.78% from 255) = 50%
BLUE value IS 178 (69.92% from 255) = 46.11%
R=3.89%
G=50%
B=46.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151931780.9200.080.24174.9485.5840.78
HexFC1B25C0818af5629
Octal173012621340103025712651
Binary1111110000011011001010111000100011000101011111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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