#91D9CB

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

Shades of Riptide #91D9CB

Tints of Riptide #91D9CB

Color information

#91D9CB (or 0x91D9CB) is unknown color: approx Riptide. HEX triplet: 91, D9 and CB. RGB value is (145,217,203). Sum of RGB (Red+Green+Blue) = 145+217+203=565 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.66% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #91D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D9CB is #6E2634. Grayscale: #C1C1C1. Windows color (decimal): -7218741 or 13359505. OLE color: 13359505.

HSL color Cylindrical-coordinate representation of color #91D9CB: hue angle of 168.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91D9CB is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB145217203-
CMYK0.3300.060.15
HSL168.33º48.65%70.98%-
HSV(B)168.33º33.18%85.1%-
XYZ47.2759.9665.58-
YUV193.88133.1593.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.66%
GREEN value IS 217 (85.16% from 255) = 38.41%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=25.66%
G=38.41%
B=35.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1452172030.3300.060.15168.3348.6570.98
Hex91D9CB2106Fa83147
Octal22133131341061725061107
Binary10010001110110011100101110000101101111101010001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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