#91D5CB

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

Shades of Riptide #91D5CB

Tints of Riptide #91D5CB

Color information

#91D5CB (or 0x91D5CB) is unknown color: approx Riptide. HEX triplet: 91, D5 and CB. RGB value is (145,213,203). Sum of RGB (Red+Green+Blue) = 145+213+203=561 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.85% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #91D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D5CB is #6E2A34. Grayscale: #BFBFBF. Windows color (decimal): -7219765 or 13358481. OLE color: 13358481.

HSL color Cylindrical-coordinate representation of color #91D5CB: hue angle of 171.18º 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 #91D5CB is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB145213203-
CMYK0.3200.050.16
HSL171.18º44.74%70.2%-
HSV(B)171.18º31.92%83.53%-
XYZ46.2557.9265.24-
YUV191.53134.4794.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.85%
GREEN value IS 213 (83.59% from 255) = 37.97%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=25.85%
G=37.97%
B=36.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1452132030.3200.050.16171.1844.7470.2
Hex91D5CB200510ab2d46
Octal22132531340052025355106
Binary100100011101010111001011100000010110000101010111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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