#93DAC4

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

Shades of Riptide #93DAC4

Tints of Riptide #93DAC4

Color information

#93DAC4 (or 0x93DAC4) is unknown color: approx Riptide. HEX triplet: 93, DA and C4. RGB value is (147,218,196). Sum of RGB (Red+Green+Blue) = 147+218+196=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DAC4 is #6C253B. Grayscale: #C2C2C2. Windows color (decimal): -7087420 or 12901011. OLE color: 12901011.

HSL color Cylindrical-coordinate representation of color #93DAC4: hue angle of 161.41º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DAC4 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB147218196-
CMYK0.3300.100.15
HSL161.41º48.97%71.57%-
HSV(B)161.41º32.57%85.49%-
XYZ47.0760.3361.39-
YUV194.26128.9894.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.20%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=26.20%
G=38.86%
B=34.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472181960.3300.100.15161.4148.9771.57
Hex93DAC4210AFa13148
Octal223332304410121724161110
Binary100100111101101011000100100001010101111101000011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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