#99D4C4

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

Shades of Riptide #99D4C4

Tints of Riptide #99D4C4

Color information

#99D4C4 (or 0x99D4C4) is unknown color: approx Riptide. HEX triplet: 99, D4 and C4. RGB value is (153,212,196). Sum of RGB (Red+Green+Blue) = 153+212+196=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 212 - color contains mainly: green. Hex color #99D4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D4C4 is #662B3B. Grayscale: #C0C0C0. Windows color (decimal): -6695740 or 12899481. OLE color: 12899481.

HSL color Cylindrical-coordinate representation of color #99D4C4: hue angle of 163.73º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D4C4 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB153212196-
CMYK0.2800.080.17
HSL163.73º40.69%71.57%-
HSV(B)163.73º27.83%83.14%-
XYZ46.6457.8460.93-
YUV192.53129.9599.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.27%
GREEN value IS 212 (83.20% from 255) = 37.79%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=27.27%
G=37.79%
B=34.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532121960.2800.080.17163.7340.6971.57
Hex99D4C41C0811a42948
Octal231324304340102124451110
Binary100110011101010011000100111000100010001101001001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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