#93DDCA

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

Shades of Riptide #93DDCA

Tints of Riptide #93DDCA

Color information

#93DDCA (or 0x93DDCA) is unknown color: approx Riptide. HEX triplet: 93, DD and CA. RGB value is (147,221,202). Sum of RGB (Red+Green+Blue) = 147+221+202=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDCA is #6C2235. Grayscale: #C4C4C4. Windows color (decimal): -7086646 or 13294995. OLE color: 13294995.

HSL color Cylindrical-coordinate representation of color #93DDCA: hue angle of 164.59º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DDCA is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB147221202-
CMYK0.3300.090.13
HSL164.59º52.11%72.16%-
HSV(B)164.59º33.48%86.67%-
XYZ48.5562.1865.32-
YUV196.71130.9892.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.79%
GREEN value IS 221 (86.72% from 255) = 38.77%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=25.79%
G=38.77%
B=35.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472212020.3300.090.13164.5952.1172.16
Hex93DDCA2109Da53448
Octal223335312410111524564110
Binary100100111101110111001010100001010011101101001011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93DDCA; }

 p { color: rgb(147,221,202); }

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

<style>
 a { background-color: #93DDCA; }

 a { background-color: rgb(147,221,202); }

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

<style>
 span { border-color: #93DDCA; }

 span { border-color: rgb(147,221,202); }

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