#0DCFA2

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

Shades of Caribbean Green #0DCFA2

Tints of Caribbean Green #0DCFA2

Color information

#0DCFA2 (or 0x0DCFA2) is unknown color: approx Caribbean Green. HEX triplet: 0D, CF and A2. RGB value is (13,207,162). Sum of RGB (Red+Green+Blue) = 13+207+162=382 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.40% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCFA2 is #F2305D. Grayscale: #8F8F8F. Windows color (decimal): -15872094 or 10669837. OLE color: 10669837.

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

Color convert

RGB13207162-
CMYK0.9400.220.19
HSL166.08º88.18%43.14%-
HSV(B)166.08º93.72%81.18%-
XYZ2947.3241.79-
YUV143.86138.2334.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.40%
GREEN value IS 207 (81.25% from 255) = 54.19%
BLUE value IS 162 (63.67% from 255) = 42.41%
R=3.40%
G=54.19%
B=42.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal132071620.9400.220.19166.0888.1843.14
HexDCFA25E01613a6582b
Octal153172421360262324613053
Binary11011100111110100010101111001011010011101001101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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