#99CFC5

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

Shades of Riptide #99CFC5

Tints of Riptide #99CFC5

Color information

#99CFC5 (or 0x99CFC5) is unknown color: approx Riptide. HEX triplet: 99, CF and C5. RGB value is (153,207,197). Sum of RGB (Red+Green+Blue) = 153+207+197=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFC5 is #66303A. Grayscale: #BDBDBD. Windows color (decimal): -6697019 or 12963737. OLE color: 12963737.

HSL color Cylindrical-coordinate representation of color #99CFC5: hue angle of 168.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CFC5 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB153207197-
CMYK0.2600.050.19
HSL168.89º36%70.59%-
HSV(B)168.89º26.09%81.18%-
XYZ45.5355.4361.12-
YUV189.71132.11101.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.47%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 197 (77.34% from 255) = 35.37%
R=27.47%
G=37.16%
B=35.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071970.2600.050.19168.893670.59
Hex99CFC51A0513a92447
Octal23131730532052325144107
Binary10011001110011111100010111010010110011101010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,207,197); }

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

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

 a { background-color: rgb(153,207,197); }

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

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

 span { border-color: rgb(153,207,197); }

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