#99D2C4

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

Shades of Riptide #99D2C4

Tints of Riptide #99D2C4

Color information

#99D2C4 (or 0x99D2C4) is unknown color: approx Riptide. HEX triplet: 99, D2 and C4. RGB value is (153,210,196). Sum of RGB (Red+Green+Blue) = 153+210+196=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 210 - color contains mainly: green. Hex color #99D2C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D2C4 is #662D3B. Grayscale: #BFBFBF. Windows color (decimal): -6696252 or 12898969. OLE color: 12898969.

HSL color Cylindrical-coordinate representation of color #99D2C4: hue angle of 165.26º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D2C4 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB153210196-
CMYK0.2700.070.18
HSL165.26º38.78%71.18%-
HSV(B)165.26º27.14%82.35%-
XYZ46.1556.8560.77-
YUV191.36130.62100.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.37%
GREEN value IS 210 (82.42% from 255) = 37.57%
BLUE value IS 196 (76.95% from 255) = 35.06%
R=27.37%
G=37.57%
B=35.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532101960.2700.070.18165.2638.7871.18
Hex99D2C41B0712a52747
Octal23132230433072224547107
Binary10011001110100101100010011011011110010101001011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99D2C4; }

 p { color: rgb(153,210,196); }

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

<style>
 a { background-color: #99D2C4; }

 a { background-color: rgb(153,210,196); }

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

<style>
 span { border-color: #99D2C4; }

 span { border-color: rgb(153,210,196); }

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