#9AD8C8

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

Shades of Riptide #9AD8C8

Tints of Riptide #9AD8C8

Color information

#9AD8C8 (or 0x9AD8C8) is unknown color: approx Riptide. HEX triplet: 9A, D8 and C8. RGB value is (154,216,200). Sum of RGB (Red+Green+Blue) = 154+216+200=570 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.02% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD8C8 is #652737. Grayscale: #C3C3C3. Windows color (decimal): -6629176 or 13162650. OLE color: 13162650.

HSL color Cylindrical-coordinate representation of color #9AD8C8: hue angle of 164.52º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AD8C8 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB154216200-
CMYK0.2900.070.15
HSL164.52º44.29%72.55%-
HSV(B)164.52º28.7%84.71%-
XYZ48.3160.1563.71-
YUV195.64130.4698.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.02%
GREEN value IS 216 (84.77% from 255) = 37.89%
BLUE value IS 200 (78.52% from 255) = 35.09%
R=27.02%
G=37.89%
B=35.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542162000.2900.070.15164.5244.2972.55
Hex9AD8C81D07Fa52c49
Octal23233031035071724554111
Binary1001101011011000110010001110101111111101001011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,216,200); }

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

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

 a { background-color: rgb(154,216,200); }

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

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

 span { border-color: rgb(154,216,200); }

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