#0FC193

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

Shades of Caribbean Green #0FC193

Tints of Caribbean Green #0FC193

Color information

#0FC193 (or 0x0FC193) is unknown color: approx Caribbean Green. HEX triplet: 0F, C1 and 93. RGB value is (15,193,147). Sum of RGB (Red+Green+Blue) = 15+193+147=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC193 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC193 is #F03E6C. Grayscale: #868686. Windows color (decimal): -15744621 or 9683215. OLE color: 9683215.

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

Color convert

RGB15193147-
CMYK0.9200.240.24
HSL164.49º85.58%40.78%-
HSV(B)164.49º92.23%75.69%-
XYZ24.5340.3534.1-
YUV134.53135.0342.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.23%
GREEN value IS 193 (75.78% from 255) = 54.37%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=4.23%
G=54.37%
B=41.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151931470.9200.240.24164.4985.5840.78
HexFC1935C01818a45629
Octal173012231340303024412651
Binary11111100000110010011101110001100011000101001001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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