#91CDC9

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

Shades of Riptide #91CDC9

Tints of Riptide #91CDC9

Color information

#91CDC9 (or 0x91CDC9) is unknown color: approx Riptide. HEX triplet: 91, CD and C9. RGB value is (145,205,201). Sum of RGB (Red+Green+Blue) = 145+205+201=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #91CDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CDC9 is #6E3236. Grayscale: #BABABA. Windows color (decimal): -7221815 or 13225361. OLE color: 13225361.

HSL color Cylindrical-coordinate representation of color #91CDC9: hue angle of 176º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CDC9 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB145205201-
CMYK0.2900.020.20
HSL176º37.5%68.63%-
HSV(B)176º29.27%80.39%-
XYZ44.0553.963.34-
YUV186.6136.1298.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.32%
GREEN value IS 205 (80.47% from 255) = 37.21%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=26.32%
G=37.21%
B=36.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1452052010.2900.020.2017637.568.63
Hex91CDC91D0214b02645
Octal22131531135022426046105
Binary1001000111001101110010011110101010100101100001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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