#91DCC9

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

Shades of Riptide #91DCC9

Tints of Riptide #91DCC9

Color information

#91DCC9 (or 0x91DCC9) is unknown color: approx Riptide. HEX triplet: 91, DC and C9. RGB value is (145,220,201). Sum of RGB (Red+Green+Blue) = 145+220+201=566 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.62% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #91DCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DCC9 is #6E2336. Grayscale: #C3C3C3. Windows color (decimal): -7217975 or 13229201. OLE color: 13229201.

HSL color Cylindrical-coordinate representation of color #91DCC9: hue angle of 164.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DCC9 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB145220201-
CMYK0.3400.090.14
HSL164.8º51.72%71.57%-
HSV(B)164.8º34.09%86.27%-
XYZ47.8161.4264.59-
YUV195.41131.1592.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.62%
GREEN value IS 220 (86.33% from 255) = 38.87%
BLUE value IS 201 (78.91% from 255) = 35.51%
R=25.62%
G=38.87%
B=35.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1452202010.3400.090.14164.851.7271.57
Hex91DCC92209Ea53448
Octal221334311420111624564110
Binary100100011101110011001001100010010011110101001011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91DCC9; }

 p { color: rgb(145,220,201); }

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

<style>
 a { background-color: #91DCC9; }

 a { background-color: rgb(145,220,201); }

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

<style>
 span { border-color: #91DCC9; }

 span { border-color: rgb(145,220,201); }

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