#9ADCC4

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

Shades of Riptide #9ADCC4

Tints of Riptide #9ADCC4

Color information

#9ADCC4 (or 0x9ADCC4) is unknown color: approx Riptide. HEX triplet: 9A, DC and C4. RGB value is (154,220,196). Sum of RGB (Red+Green+Blue) = 154+220+196=570 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.02% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCC4 is #65233B. Grayscale: #C5C5C5. Windows color (decimal): -6628156 or 12901530. OLE color: 12901530.

HSL color Cylindrical-coordinate representation of color #9ADCC4: hue angle of 158.18º 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 #9ADCC4 is Cyan = 0.3, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB154220196-
CMYK0.300.110.14
HSL158.18º48.53%73.33%-
HSV(B)158.18º30%86.27%-
XYZ48.8862.0461.62-
YUV197.53127.1396.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.02%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 196 (76.95% from 255) = 34.39%
R=27.02%
G=38.60%
B=34.39%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542201960.300.110.14158.1848.5373.33
Hex9ADCC41E0BE9e3149
Octal232334304360131623661111
Binary10011010110111001100010011110010111110100111101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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