#0ADFAA

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

Shades of Caribbean Green #0ADFAA

Tints of Caribbean Green #0ADFAA

Color information

#0ADFAA (or 0x0ADFAA) is unknown color: approx Caribbean Green. HEX triplet: 0A, DF and AA. RGB value is (10,223,170). Sum of RGB (Red+Green+Blue) = 10+223+170=403 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADFAA is #F52055. Grayscale: #999999. Windows color (decimal): -16064598 or 11198218. OLE color: 11198218.

HSL color Cylindrical-coordinate representation of color #0ADFAA: hue angle of 165.07º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADFAA is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB10223170-
CMYK0.9600.240.13
HSL165.07º91.42%45.69%-
HSV(B)165.07º95.52%87.45%-
XYZ33.7755.7447.01-
YUV153.27137.4325.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.48%
GREEN value IS 223 (87.5% from 255) = 55.33%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=2.48%
G=55.33%
B=42.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102231700.9600.240.13165.0791.4245.69
HexADFAA60018Da55b2e
Octal123372521400301524513356
Binary1010110111111010101011000000110001101101001011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ADFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,223,170); }

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

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

 a { background-color: rgb(10,223,170); }

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

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

 span { border-color: rgb(10,223,170); }

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