Html Css Color HEX #93FCD6 Aquamarine

📋 copy color: '#93FCD6'

red 147 ◦ green 252 ◦ blue 214

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

Shades of Aquamarine #93FCD6

Tints of Aquamarine #93FCD6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.11%

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

R = 23.98%
G = 41.11%
B = 34.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#93FCD6 (or 0x93FCD6) is known color: Aquamarine. HEX triplet: 93, FC and D6. RGB value is (147,252,214). Sum of RGB (Red+Green+Blue) = 147+252+214=613 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.98% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCD6 is #6C0329. Grayscale: #D8D8D8. Windows color (decimal): -7078698 or 14089363. OLE color: 14089363.

HSL color Cylindrical-coordinate representation of color #93FCD6: hue angle of 158.29º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FCD6 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 252 214 -
CMYK 0.42 0 0.15 0.01
HSL 158.29º 0.95% 0.78% -
HSV(B) 158.29º 0.42% 0.99% -
XYZ 58.98 80.68 76.08 -
YUV 216.27 126.71 78.59 -
System Red Green Blue C M Y K H S L
Decimal 147 252 214 0.42 0 0.15 0.01 158.29 0.95 0.78
Hex 93 FC D6 2A 0 F 1 9E 5F 4E
Octal 223 374 326 52 0 17 1 236 137 116
Binary 10010011 11111100 11010110 101010 0 1111 1 10011110 1011111 1001110

Color Harmonies of #93FCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FCD6

Black with #93FCD6

Text Example


Text Example

White with #93FCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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