#93D1C4

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

Shades of Riptide #93D1C4

Tints of Riptide #93D1C4

Color information

#93D1C4 (or 0x93D1C4) is unknown color: approx Riptide. HEX triplet: 93, D1 and C4. RGB value is (147,209,196). Sum of RGB (Red+Green+Blue) = 147+209+196=552 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.63% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 209 - color contains mainly: green. Hex color #93D1C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D1C4 is #6C2E3B. Grayscale: #BCBCBC. Windows color (decimal): -7089724 or 12898707. OLE color: 12898707.

HSL color Cylindrical-coordinate representation of color #93D1C4: hue angle of 167.42º degrees, saturation: 0.4, 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 #93D1C4 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB147209196-
CMYK0.3000.060.18
HSL167.42º40.26%69.8%-
HSV(B)167.42º29.67%81.96%-
XYZ44.855.7960.63-
YUV188.98131.9698.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.63%
GREEN value IS 209 (82.03% from 255) = 37.86%
BLUE value IS 196 (76.95% from 255) = 35.51%
R=26.63%
G=37.86%
B=35.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472091960.3000.060.18167.4240.2669.8
Hex93D1C41E0612a72846
Octal22332130436062224750106
Binary10010011110100011100010011110011010010101001111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,209,196); }

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

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

 a { background-color: rgb(147,209,196); }

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

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

 span { border-color: rgb(147,209,196); }

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