Html Css Color HEX #93F9D6 Aquamarine

📋 copy color: '#93F9D6'

red 147 ◦ green 249 ◦ blue 214

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

Shades of Aquamarine #93F9D6

Tints of Aquamarine #93F9D6

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.82%

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

R = 24.1%
G = 40.82%
B = 35.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#93F9D6 (or 0x93F9D6) is known color: Aquamarine. HEX triplet: 93, F9 and D6. RGB value is (147,249,214). Sum of RGB (Red+Green+Blue) = 147+249+214=610 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.10% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #93F9D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F9D6 is #6C0629. Grayscale: #D6D6D6. Windows color (decimal): -7079466 or 14088595. OLE color: 14088595.

HSL color Cylindrical-coordinate representation of color #93F9D6: hue angle of 159.41º degrees, saturation: 0.89, 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 #93F9D6 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 249 214 -
CMYK 0.41 0 0.14 0.02
HSL 159.41º 0.89% 0.78% -
HSV(B) 159.41º 0.41% 0.98% -
XYZ 58.05 78.81 75.77 -
YUV 214.51 127.71 79.85 -
System Red Green Blue C M Y K H S L
Decimal 147 249 214 0.41 0 0.14 0.02 159.41 0.89 0.78
Hex 93 F9 D6 29 0 E 2 9F 59 4E
Octal 223 371 326 51 0 16 2 237 131 116
Binary 10010011 11111001 11010110 101001 0 1110 10 10011111 1011001 1001110

Color Harmonies of #93F9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F9D6

Black with #93F9D6

Text Example


Text Example

White with #93F9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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