Html Css Color HEX #93D4CC Riptide

📋 copy color: '#93D4CC'

red 147 ◦ green 212 ◦ blue 204

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

Shades of Riptide #93D4CC

Tints of Riptide #93D4CC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.66%

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 26.11%
G = 37.66%
B = 36.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#93D4CC (or 0x93D4CC) is known color: Riptide. HEX triplet: 93, D4 and CC. RGB value is (147,212,204). Sum of RGB (Red+Green+Blue) = 147+212+204=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 212 - color contains mainly: green. Hex color #93D4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D4CC is #6C2B33. Grayscale: #BFBFBF. Windows color (decimal): -7088948 or 13423763. OLE color: 13423763.

HSL color Cylindrical-coordinate representation of color #93D4CC: hue angle of 172.62º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D4CC is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 147 212 204 -
CMYK 0.31 0 0.04 0.17
HSL 172.62º 0.43% 0.7% -
HSV(B) 172.62º 0.31% 0.83% -
XYZ 46.48 57.65 65.8 -
YUV 191.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 147 212 204 0.31 0 0.04 0.17 172.62 0.43 0.7
Hex 93 D4 CC 1F 0 4 11 AD 2B 46
Octal 223 324 314 37 0 4 21 255 53 106
Binary 10010011 11010100 11001100 11111 0 100 10001 10101101 101011 1000110

Color Harmonies of #93D4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D4CC

Black with #93D4CC

Text Example


Text Example

White with #93D4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,212,204); }

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

background-color css

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

 a { background-color: rgb(147,212,204); }

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

border-color css

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

 span { border-color: rgb(147,212,204); }

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