#0FD4A6

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

Shades of Caribbean Green #0FD4A6

Tints of Caribbean Green #0FD4A6

Color information

#0FD4A6 (or 0x0FD4A6) is unknown color: approx Caribbean Green. HEX triplet: 0F, D4 and A6. RGB value is (15,212,166). Sum of RGB (Red+Green+Blue) = 15+212+166=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 212 (83.20% from 255 or 53.94% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 212 - color contains mainly: green. Hex color #0FD4A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD4A6 is #F02B59. Grayscale: #939393. Windows color (decimal): -15739738 or 10933263. OLE color: 10933263.

HSL color Cylindrical-coordinate representation of color #0FD4A6: hue angle of 165.99º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD4A6 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB15212166-
CMYK0.9300.220.17
HSL165.99º86.78%44.51%-
HSV(B)165.99º92.92%83.14%-
XYZ30.6249.9444.1-
YUV147.85138.2333.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.82%
GREEN value IS 212 (83.20% from 255) = 53.94%
BLUE value IS 166 (65.23% from 255) = 42.24%
R=3.82%
G=53.94%
B=42.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal152121660.9300.220.17165.9986.7844.51
HexFD4A65D01611a6572d
Octal173242461350262124612755
Binary11111101010010100110101110101011010001101001101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,212,166); }

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

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

 a { background-color: rgb(15,212,166); }

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

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

 span { border-color: rgb(15,212,166); }

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