#0FD1A4

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

Shades of Caribbean Green #0FD1A4

Tints of Caribbean Green #0FD1A4

Color information

#0FD1A4 (or 0x0FD1A4) is unknown color: approx Caribbean Green. HEX triplet: 0F, D1 and A4. RGB value is (15,209,164). Sum of RGB (Red+Green+Blue) = 15+209+164=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 209 (82.03% from 255 or 53.87% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 209 - color contains mainly: green. Hex color #0FD1A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD1A4 is #F02E5B. Grayscale: #919191. Windows color (decimal): -15740508 or 10801423. OLE color: 10801423.

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

Color convert

RGB15209164-
CMYK0.9300.220.18
HSL166.08º86.61%43.92%-
HSV(B)166.08º92.82%81.96%-
XYZ29.748.3842.9-
YUV145.86138.2334.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.87%
GREEN value IS 209 (82.03% from 255) = 53.87%
BLUE value IS 164 (64.45% from 255) = 42.27%
R=3.87%
G=53.87%
B=42.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152091640.9300.220.18166.0886.6143.92
HexFD1A45D01612a6572c
Octal173212441350262224612754
Binary11111101000110100100101110101011010010101001101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,209,164); }

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

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

 a { background-color: rgb(15,209,164); }

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

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

 span { border-color: rgb(15,209,164); }

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