Html Css Color HEX #93DDCA Riptide

📋 copy color: '#93DDCA'

red 147 ◦ green 221 ◦ blue 202

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

Shades of Riptide #93DDCA

Tints of Riptide #93DDCA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.77%

 BLUE value IS 202 (79.3% from 255) = 35.44%

R = 25.79%
G = 38.77%
B = 35.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#93DDCA (or 0x93DDCA) is known color: Riptide. HEX triplet: 93, DD and CA. RGB value is (147,221,202). Sum of RGB (Red+Green+Blue) = 147+221+202=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDCA is #6C2235. Grayscale: #C4C4C4. Windows color (decimal): -7086646 or 13294995. OLE color: 13294995.

HSL color Cylindrical-coordinate representation of color #93DDCA: hue angle of 164.59º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DDCA is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 221 202 -
CMYK 0.33 0 0.09 0.13
HSL 164.59º 0.52% 0.72% -
HSV(B) 164.59º 0.33% 0.87% -
XYZ 48.55 62.18 65.32 -
YUV 196.71 130.98 92.54 -
System Red Green Blue C M Y K H S L
Decimal 147 221 202 0.33 0 0.09 0.13 164.59 0.52 0.72
Hex 93 DD CA 21 0 9 D A5 34 48
Octal 223 335 312 41 0 11 15 245 64 110
Binary 10010011 11011101 11001010 100001 0 1001 1101 10100101 110100 1001000

Color Harmonies of #93DDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DDCA

Black with #93DDCA

Text Example


Text Example

White with #93DDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,221,202); }

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

background-color css

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

 a { background-color: rgb(147,221,202); }

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

border-color css

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

 span { border-color: rgb(147,221,202); }

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