Html Css Color HEX #93FCD4 Aquamarine

📋 copy color: '#93FCD4'

red 147 ◦ green 252 ◦ blue 212

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

Shades of Aquamarine #93FCD4

Tints of Aquamarine #93FCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.7%

R = 24.06%
G = 41.24%
B = 34.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#93FCD4 (or 0x93FCD4) is known color: Aquamarine. HEX triplet: 93, FC and D4. RGB value is (147,252,212). Sum of RGB (Red+Green+Blue) = 147+252+212=611 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.06% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCD4 is #6C032B. Grayscale: #D8D8D8. Windows color (decimal): -7078700 or 13958291. OLE color: 13958291.

HSL color Cylindrical-coordinate representation of color #93FCD4: hue angle of 157.14º 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 #93FCD4 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 252 212 -
CMYK 0.42 0 0.16 0.01
HSL 157.14º 0.95% 0.78% -
HSV(B) 157.14º 0.42% 0.99% -
XYZ 58.73 80.58 74.75 -
YUV 216.05 125.71 78.75 -
System Red Green Blue C M Y K H S L
Decimal 147 252 212 0.42 0 0.16 0.01 157.14 0.95 0.78
Hex 93 FC D4 2A 0 10 1 9D 5F 4E
Octal 223 374 324 52 0 20 1 235 137 116
Binary 10010011 11111100 11010100 101010 0 10000 1 10011101 1011111 1001110

Color Harmonies of #93FCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FCD4

Black with #93FCD4

Text Example


Text Example

White with #93FCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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