#91D5CE

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

Shades of Riptide #91D5CE

Tints of Riptide #91D5CE

Color information

#91D5CE (or 0x91D5CE) is unknown color: approx Riptide. HEX triplet: 91, D5 and CE. RGB value is (145,213,206). Sum of RGB (Red+Green+Blue) = 145+213+206=564 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.71% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #91D5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D5CE is #6E2A31. Grayscale: #BFBFBF. Windows color (decimal): -7219762 or 13555089. OLE color: 13555089.

HSL color Cylindrical-coordinate representation of color #91D5CE: hue angle of 173.82º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91D5CE is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB145213206-
CMYK0.3200.030.16
HSL173.82º44.74%70.2%-
HSV(B)173.82º31.92%83.53%-
XYZ46.6158.0667.14-
YUV191.87135.9794.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.71%
GREEN value IS 213 (83.59% from 255) = 37.77%
BLUE value IS 206 (80.86% from 255) = 36.52%
R=25.71%
G=37.77%
B=36.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1452132060.3200.030.16173.8244.7470.2
Hex91D5CE200310ae2d46
Octal22132531640032025655106
Binary10010001110101011100111010000001110000101011101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,213,206); }

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

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

 a { background-color: rgb(145,213,206); }

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

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

 span { border-color: rgb(145,213,206); }

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