#93DDCD

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

Shades of Riptide #93DDCD

Tints of Riptide #93DDCD

Color information

#93DDCD (or 0x93DDCD) is unknown color: approx Riptide. HEX triplet: 93, DD and CD. RGB value is (147,221,205). Sum of RGB (Red+Green+Blue) = 147+221+205=573 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.65% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDCD is #6C2232. Grayscale: #C5C5C5. Windows color (decimal): -7086643 or 13491603. OLE color: 13491603.

HSL color Cylindrical-coordinate representation of color #93DDCD: hue angle of 167.03º 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 #93DDCD is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB147221205-
CMYK0.3300.070.13
HSL167.03º52.11%72.16%-
HSV(B)167.03º33.48%86.67%-
XYZ48.9162.3267.21-
YUV197.05132.4892.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.65%
GREEN value IS 221 (86.72% from 255) = 38.57%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=25.65%
G=38.57%
B=35.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472212050.3300.070.13167.0352.1172.16
Hex93DDCD2107Da73448
Octal22333531541071524764110
Binary10010011110111011100110110000101111101101001111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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