#0FD4A5

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

Shades of Caribbean Green #0FD4A5

Tints of Caribbean Green #0FD4A5

Color information

#0FD4A5 (or 0x0FD4A5) is unknown color: approx Caribbean Green. HEX triplet: 0F, D4 and A5. RGB value is (15,212,165). Sum of RGB (Red+Green+Blue) = 15+212+165=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 212 (83.20% from 255 or 54.08% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 212 - color contains mainly: green. Hex color #0FD4A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD4A5 is #F02B5A. Grayscale: #939393. Windows color (decimal): -15739739 or 10867727. OLE color: 10867727.

HSL color Cylindrical-coordinate representation of color #0FD4A5: hue angle of 165.69º 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 #0FD4A5 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB15212165-
CMYK0.9300.220.17
HSL165.69º86.78%44.51%-
HSV(B)165.69º92.92%83.14%-
XYZ30.5349.9143.62-
YUV147.74137.7333.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.83%
GREEN value IS 212 (83.20% from 255) = 54.08%
BLUE value IS 165 (64.84% from 255) = 42.09%
R=3.83%
G=54.08%
B=42.09%

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
Decimal152121650.9300.220.17165.6986.7844.51
HexFD4A55D01611a6572d
Octal173242451350262124612755
Binary11111101010010100101101110101011010001101001101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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