Html Css Color HEX #93FAE9 Aquamarine

📋 copy color: '#93FAE9'

red 147 ◦ green 250 ◦ blue 233

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

Shades of Aquamarine #93FAE9

Tints of Aquamarine #93FAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.98%

R = 23.33%
G = 39.68%
B = 36.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#93FAE9 (or 0x93FAE9) is known color: Aquamarine. HEX triplet: 93, FA and E9. RGB value is (147,250,233). Sum of RGB (Red+Green+Blue) = 147+250+233=630 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.33% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FAE9 is #6C0516. Grayscale: #D9D9D9. Windows color (decimal): -7079191 or 15334035. OLE color: 15334035.

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

Color convert

RGB 147 250 233 -
CMYK 0.41 0 0.07 0.02
HSL 170.1º 0.91% 0.78% -
HSV(B) 170.1º 0.41% 0.98% -
XYZ 60.93 80.46 89.41 -
YUV 217.27 136.88 77.88 -
System Red Green Blue C M Y K H S L
Decimal 147 250 233 0.41 0 0.07 0.02 170.1 0.91 0.78
Hex 93 FA E9 29 0 7 2 AA 5B 4E
Octal 223 372 351 51 0 7 2 252 133 116
Binary 10010011 11111010 11101001 101001 0 111 10 10101010 1011011 1001110

Color Harmonies of #93FAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FAE9

Black with #93FAE9

Text Example


Text Example

White with #93FAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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