Html Css Color HEX #93FAD2 Aquamarine

📋 copy color: '#93FAD2'

red 147 ◦ green 250 ◦ blue 210

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

Shades of Aquamarine #93FAD2

Tints of Aquamarine #93FAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.6%

R = 24.22%
G = 41.19%
B = 34.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#93FAD2 (or 0x93FAD2) is known color: Aquamarine. HEX triplet: 93, FA and D2. RGB value is (147,250,210). Sum of RGB (Red+Green+Blue) = 147+250+210=607 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.22% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FAD2 is #6C052D. Grayscale: #D6D6D6. Windows color (decimal): -7079214 or 13826707. OLE color: 13826707.

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

Color convert

RGB 147 250 210 -
CMYK 0.41 0 0.16 0.02
HSL 156.7º 0.91% 0.78% -
HSV(B) 156.7º 0.41% 0.98% -
XYZ 57.85 79.23 73.22 -
YUV 214.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 147 250 210 0.41 0 0.16 0.02 156.7 0.91 0.78
Hex 93 FA D2 29 0 10 2 9D 5B 4E
Octal 223 372 322 51 0 20 2 235 133 116
Binary 10010011 11111010 11010010 101001 0 10000 10 10011101 1011011 1001110

Color Harmonies of #93FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FAD2

Black with #93FAD2

Text Example


Text Example

White with #93FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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