#0FD4A4

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

Shades of Caribbean Green #0FD4A4

Tints of Caribbean Green #0FD4A4

Color information

#0FD4A4 (or 0x0FD4A4) is unknown color: approx Caribbean Green. HEX triplet: 0F, D4 and A4. RGB value is (15,212,164). Sum of RGB (Red+Green+Blue) = 15+212+164=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 212 (83.20% from 255 or 54.22% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 212 - color contains mainly: green. Hex color #0FD4A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD4A4 is #F02B5B. Grayscale: #939393. Windows color (decimal): -15739740 or 10802191. OLE color: 10802191.

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

Color convert

RGB15212164-
CMYK0.9300.230.17
HSL165.38º86.78%44.51%-
HSV(B)165.38º92.92%83.14%-
XYZ30.4449.8743.14-
YUV147.62137.2333.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.84%
GREEN value IS 212 (83.20% from 255) = 54.22%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=3.84%
G=54.22%
B=41.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal152121640.9300.230.17165.3886.7844.51
HexFD4A45D01711a5572d
Octal173242441350272124512755
Binary11111101010010100100101110101011110001101001011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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