Html Css Color HEX #93FEDC Aquamarine

📋 copy color: '#93FEDC'

red 147 ◦ green 254 ◦ blue 220

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

Shades of Aquamarine #93FEDC

Tints of Aquamarine #93FEDC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.9%

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

R = 23.67%
G = 40.9%
B = 35.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#93FEDC (or 0x93FEDC) is known color: Aquamarine. HEX triplet: 93, FE and DC. RGB value is (147,254,220). Sum of RGB (Red+Green+Blue) = 147+254+220=621 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.67% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #93FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FEDC is #6C0123. Grayscale: #DADADA. Windows color (decimal): -7078180 or 14483091. OLE color: 14483091.

HSL color Cylindrical-coordinate representation of color #93FEDC: hue angle of 160.93º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FEDC is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 147 254 220 -
CMYK 0.42 0 0.13 0.00
HSL 160.93º 0.98% 0.79% -
HSV(B) 160.93º 0.42% 1% -
XYZ 60.39 82.25 80.4 -
YUV 218.13 129.05 77.26 -
System Red Green Blue C M Y K H S L
Decimal 147 254 220 0.42 0 0.13 0.00 160.93 0.98 0.79
Hex 93 FE DC 2A 0 D 0 A1 62 4F
Octal 223 376 334 52 0 15 0 241 142 117
Binary 10010011 11111110 11011100 101010 0 1101 0 10100001 1100010 1001111

Color Harmonies of #93FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FEDC

Black with #93FEDC

Text Example


Text Example

White with #93FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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