Html Css Color HEX #93DBC5 Riptide

📋 copy color: '#93DBC5'

red 147 ◦ green 219 ◦ blue 197

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

Shades of Riptide #93DBC5

Tints of Riptide #93DBC5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.9%

 BLUE value IS 197 (77.34% from 255) = 34.99%

R = 26.11%
G = 38.9%
B = 34.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#93DBC5 (or 0x93DBC5) is known color: Riptide. HEX triplet: 93, DB and C5. RGB value is (147,219,197). Sum of RGB (Red+Green+Blue) = 147+219+197=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DBC5 is #6C243A. Grayscale: #C2C2C2. Windows color (decimal): -7087163 or 12966803. OLE color: 12966803.

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

Color convert

RGB 147 219 197 -
CMYK 0.33 0 0.10 0.14
HSL 161.67º 0.5% 0.72% -
HSV(B) 161.67º 0.33% 0.86% -
XYZ 47.44 60.9 62.08 -
YUV 194.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 147 219 197 0.33 0 0.10 0.14 161.67 0.5 0.72
Hex 93 DB C5 21 0 A E A2 32 48
Octal 223 333 305 41 0 12 16 242 62 110
Binary 10010011 11011011 11000101 100001 0 1010 1110 10100010 110010 1001000

Color Harmonies of #93DBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DBC5

Black with #93DBC5

Text Example


Text Example

White with #93DBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,219,197); }

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

background-color css

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

 a { background-color: rgb(147,219,197); }

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

border-color css

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

 span { border-color: rgb(147,219,197); }

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