#9ADCCA

Color #9ADCCA Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #9ADCCA

Tints of Riptide #9ADCCA

Color information

#9ADCCA (or 0x9ADCCA) is unknown color: approx Riptide. HEX triplet: 9A, DC and CA. RGB value is (154,220,202). Sum of RGB (Red+Green+Blue) = 154+220+202=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCCA is #652335. Grayscale: #C6C6C6. Windows color (decimal): -6628150 or 13294746. OLE color: 13294746.

HSL color Cylindrical-coordinate representation of color #9ADCCA: hue angle of 163.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADCCA is Cyan = 0.3, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB154220202-
CMYK0.300.080.14
HSL163.64º48.53%73.33%-
HSV(B)163.64º30%86.27%-
XYZ49.5862.3265.29-
YUV198.21130.1396.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.74%
GREEN value IS 220 (86.33% from 255) = 38.19%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=26.74%
G=38.19%
B=35.07%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542202020.300.080.14163.6448.5373.33
Hex9ADCCA1E08Ea43149
Octal232334312360101624461111
Binary10011010110111001100101011110010001110101001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ADCCA; }

 p { color: rgb(154,220,202); }

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

<style>
 a { background-color: #9ADCCA; }

 a { background-color: rgb(154,220,202); }

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

<style>
 span { border-color: #9ADCCA; }

 span { border-color: rgb(154,220,202); }

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