#93D2C9

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

Shades of Riptide #93D2C9

Tints of Riptide #93D2C9

Color information

#93D2C9 (or 0x93D2C9) is unknown color: approx Riptide. HEX triplet: 93, D2 and C9. RGB value is (147,210,201). Sum of RGB (Red+Green+Blue) = 147+210+201=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 210 - color contains mainly: green. Hex color #93D2C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D2C9 is #6C2D36. Grayscale: #BEBEBE. Windows color (decimal): -7089463 or 13226643. OLE color: 13226643.

HSL color Cylindrical-coordinate representation of color #93D2C9: hue angle of 171.43º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D2C9 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB147210201-
CMYK0.3000.040.18
HSL171.43º41.18%70%-
HSV(B)171.43º30%82.35%-
XYZ45.6256.5163.76-
YUV190.14134.1397.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.34%
GREEN value IS 210 (82.42% from 255) = 37.63%
BLUE value IS 201 (78.91% from 255) = 36.02%
R=26.34%
G=37.63%
B=36.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472102010.3000.040.18171.4341.1870
Hex93D2C91E0412ab2946
Octal22332231136042225351106
Binary10010011110100101100100111110010010010101010111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,210,201); }

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

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

 a { background-color: rgb(147,210,201); }

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

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

 span { border-color: rgb(147,210,201); }

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