#0FBFA1

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

Shades of Caribbean Green #0FBFA1

Tints of Caribbean Green #0FBFA1

Color information

#0FBFA1 (or 0x0FBFA1) is unknown color: approx Caribbean Green. HEX triplet: 0F, BF and A1. RGB value is (15,191,161). Sum of RGB (Red+Green+Blue) = 15+191+161=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBFA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBFA1 is #F0405E. Grayscale: #868686. Windows color (decimal): -15745119 or 10600207. OLE color: 10600207.

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

Color convert

RGB15191161-
CMYK0.9200.160.25
HSL169.77º85.44%40.39%-
HSV(B)169.77º92.15%74.9%-
XYZ25.2639.9440.1-
YUV134.96142.6942.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.09%
GREEN value IS 191 (75% from 255) = 52.04%
BLUE value IS 161 (63.28% from 255) = 43.87%
R=4.09%
G=52.04%
B=43.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151911610.9200.160.25169.7785.4440.39
HexFBFA15C01019aa5528
Octal172772411340203125212550
Binary11111011111110100001101110001000011001101010101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,191,161); }

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

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

 a { background-color: rgb(15,191,161); }

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

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

 span { border-color: rgb(15,191,161); }

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