Html Css Color HEX #93FADC Aquamarine

📋 copy color: '#93FADC'

red 147 ◦ green 250 ◦ blue 220

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

Shades of Aquamarine #93FADC

Tints of Aquamarine #93FADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.52%

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 23.82%
G = 40.52%
B = 35.66%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#93FADC (or 0x93FADC) is known color: Aquamarine. HEX triplet: 93, FA and DC. RGB value is (147,250,220). Sum of RGB (Red+Green+Blue) = 147+250+220=617 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.82% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #93FADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FADC is #6C0523. Grayscale: #D7D7D7. Windows color (decimal): -7079204 or 14482067. OLE color: 14482067.

HSL color Cylindrical-coordinate representation of color #93FADC: hue angle of 162.52º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93FADC is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 250 220 -
CMYK 0.41 0 0.12 0.02
HSL 162.52º 0.91% 0.78% -
HSV(B) 162.52º 0.41% 0.98% -
XYZ 59.14 79.74 79.98 -
YUV 215.78 130.38 78.94 -
System Red Green Blue C M Y K H S L
Decimal 147 250 220 0.41 0 0.12 0.02 162.52 0.91 0.78
Hex 93 FA DC 29 0 C 2 A3 5B 4E
Octal 223 372 334 51 0 14 2 243 133 116
Binary 10010011 11111010 11011100 101001 0 1100 10 10100011 1011011 1001110

Color Harmonies of #93FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FADC

Black with #93FADC

Text Example


Text Example

White with #93FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,250,220); }

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

background-color css

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

 a { background-color: rgb(147,250,220); }

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

border-color css

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

 span { border-color: rgb(147,250,220); }

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