#0dcfac

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

Shades of Caribbean Green #0DCFAC

Tints of Caribbean Green #0DCFAC

Color information

#0DCFAC (or 0x0DCFAC) is unknown color: approx Caribbean Green. HEX triplet: 0D, CF and AC. RGB value is (13,207,172). Sum of RGB (Red+Green+Blue) = 13+207+172=392 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCFAC is #F23053. Grayscale: #909090. Windows color (decimal): -15872084 or 11325197. OLE color: 11325197.

HSL color Cylindrical-coordinate representation of color #0DCFAC: hue angle of 169.18º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCFAC is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB13207172-
CMYK0.9400.170.19
HSL169.18º88.18%43.14%-
HSV(B)169.18º93.72%81.18%-
XYZ29.9347.6946.66-
YUV145143.2333.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.32%
GREEN value IS 207 (81.25% from 255) = 52.81%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=3.32%
G=52.81%
B=43.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal132071720.9400.170.19169.1888.1843.14
HexDCFAC5E01113a9582b
Octal153172541360212325113053
Binary11011100111110101100101111001000110011101010011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0dcfac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,207,172); }

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

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

 a { background-color: rgb(13,207,172); }

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

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

 span { border-color: rgb(13,207,172); }

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