#9AD7C2

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

Shades of Riptide #9AD7C2

Tints of Riptide #9AD7C2

Color information

#9AD7C2 (or 0x9AD7C2) is unknown color: approx Riptide. HEX triplet: 9A, D7 and C2. RGB value is (154,215,194). Sum of RGB (Red+Green+Blue) = 154+215+194=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD7C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD7C2 is #65283D. Grayscale: #C2C2C2. Windows color (decimal): -6629438 or 12769178. OLE color: 12769178.

HSL color Cylindrical-coordinate representation of color #9AD7C2: hue angle of 159.34º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AD7C2 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB154215194-
CMYK0.2800.100.16
HSL159.34º43.26%72.35%-
HSV(B)159.34º28.37%84.31%-
XYZ47.3659.3760-
YUV194.37127.7999.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 215 (84.38% from 255) = 38.19%
BLUE value IS 194 (76.17% from 255) = 34.46%
R=27.35%
G=38.19%
B=34.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1542151940.2800.100.16159.3443.2672.35
Hex9AD7C21C0A109f2b48
Octal232327302340122023753110
Binary100110101101011111000010111000101010000100111111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,215,194); }

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

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

 a { background-color: rgb(154,215,194); }

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

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

 span { border-color: rgb(154,215,194); }

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