#99D4C1

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

Shades of Riptide #99D4C1

Tints of Riptide #99D4C1

Color information

#99D4C1 (or 0x99D4C1) is unknown color: approx Riptide. HEX triplet: 99, D4 and C1. RGB value is (153,212,193). Sum of RGB (Red+Green+Blue) = 153+212+193=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 212 - color contains mainly: green. Hex color #99D4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D4C1 is #662B3E. Grayscale: #C0C0C0. Windows color (decimal): -6695743 or 12702873. OLE color: 12702873.

HSL color Cylindrical-coordinate representation of color #99D4C1: hue angle of 160.68º 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 #99D4C1 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB153212193-
CMYK0.2800.090.17
HSL160.68º40.69%71.57%-
HSV(B)160.68º27.83%83.14%-
XYZ46.3157.7159.15-
YUV192.19128.45100.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.42%
GREEN value IS 212 (83.20% from 255) = 37.99%
BLUE value IS 193 (75.78% from 255) = 34.59%
R=27.42%
G=37.99%
B=34.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532121930.2800.090.17160.6840.6971.57
Hex99D4C11C0911a12948
Octal231324301340112124151110
Binary100110011101010011000001111000100110001101000011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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