#0DCFAA

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

Shades of Caribbean Green #0DCFAA

Tints of Caribbean Green #0DCFAA

Color information

#0DCFAA (or 0x0DCFAA) is unknown color: approx Caribbean Green. HEX triplet: 0D, CF and AA. RGB value is (13,207,170). Sum of RGB (Red+Green+Blue) = 13+207+170=390 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.33% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCFAA is #F23055. Grayscale: #909090. Windows color (decimal): -15872086 or 11194125. OLE color: 11194125.

HSL color Cylindrical-coordinate representation of color #0DCFAA: hue angle of 168.56º 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 #0DCFAA is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB13207170-
CMYK0.9400.180.19
HSL168.56º88.18%43.14%-
HSV(B)168.56º93.72%81.18%-
XYZ29.7347.6145.65-
YUV144.78142.2334.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.33%
GREEN value IS 207 (81.25% from 255) = 53.08%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=3.33%
G=53.08%
B=43.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal132071700.9400.180.19168.5688.1843.14
HexDCFAA5E01213a9582b
Octal153172521360222325113053
Binary11011100111110101010101111001001010011101010011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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