#0FD8AF

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

Shades of Caribbean Green #0FD8AF

Tints of Caribbean Green #0FD8AF

Color information

#0FD8AF (or 0x0FD8AF) is unknown color: approx Caribbean Green. HEX triplet: 0F, D8 and AF. RGB value is (15,216,175). Sum of RGB (Red+Green+Blue) = 15+216+175=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD8AF is #F02750. Grayscale: #979797. Windows color (decimal): -15738705 or 11524111. OLE color: 11524111.

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

Color convert

RGB15216175-
CMYK0.9300.190.15
HSL167.76º87.01%45.29%-
HSV(B)167.76º93.06%84.71%-
XYZ32.4952.3148.94-
YUV151.23141.4130.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.69%
GREEN value IS 216 (84.77% from 255) = 53.20%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=3.69%
G=53.20%
B=43.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152161750.9300.190.15167.7687.0145.29
HexFD8AF5D013Fa8572d
Octal173302571350231725012755
Binary1111110110001010111110111010100111111101010001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,216,175); }

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

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

 a { background-color: rgb(15,216,175); }

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

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

 span { border-color: rgb(15,216,175); }

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