Html Css Color HEX #93E8D6 Riptide

📋 copy color: '#93E8D6'

red 147 ◦ green 232 ◦ blue 214

#93E8D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #93E8D6

Tints of Riptide #93E8D6

RGB

 RED value IS 147 (57.81% from 255) = 24.79%

 GREEN value IS 232 (91.02% from 255) = 39.12%

 BLUE value IS 214 (83.98% from 255) = 36.09%

R = 24.79%
G = 39.12%
B = 36.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#93E8D6 (or 0x93E8D6) is known color: Riptide. HEX triplet: 93, E8 and D6. RGB value is (147,232,214). Sum of RGB (Red+Green+Blue) = 147+232+214=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #93E8D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E8D6 is #6C1729. Grayscale: #CCCCCC. Windows color (decimal): -7083818 or 14084243. OLE color: 14084243.

HSL color Cylindrical-coordinate representation of color #93E8D6: hue angle of 167.29º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93E8D6 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 232 214 -
CMYK 0.37 0 0.08 0.09
HSL 167.29º 0.65% 0.74% -
HSV(B) 167.29º 0.37% 0.91% -
XYZ 53.03 68.77 74.1 -
YUV 204.53 133.34 86.96 -
System Red Green Blue C M Y K H S L
Decimal 147 232 214 0.37 0 0.08 0.09 167.29 0.65 0.74
Hex 93 E8 D6 25 0 8 9 A7 41 4A
Octal 223 350 326 45 0 10 11 247 101 112
Binary 10010011 11101000 11010110 100101 0 1000 1001 10100111 1000001 1001010

Color Harmonies of #93E8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E8D6

Black with #93E8D6

Text Example


Text Example

White with #93E8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,232,214); }

 H1.HeaderClassName
 {
   color: #93E8D6;
 }
 .AnyTagClassName
 {
   color: #93E8D6;
 }
</style>

background-color css

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

 a { background-color: rgb(147,232,214); }

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

border-color css

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

 span { border-color: rgb(147,232,214); }

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