Html Css Color HEX #94FAE0 Aquamarine

📋 copy color: '#94FAE0'

red 148 ◦ green 250 ◦ blue 224

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

Shades of Aquamarine #94FAE0

Tints of Aquamarine #94FAE0

RGB

 RED value IS 148 (58.2% from 255) = 23.79%

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

 BLUE value IS 224 (87.89% from 255) = 36.01%

R = 23.79%
G = 40.19%
B = 36.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#94FAE0 (or 0x94FAE0) is known color: Aquamarine. HEX triplet: 94, FA and E0. RGB value is (148,250,224). Sum of RGB (Red+Green+Blue) = 148+250+224=622 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.79% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #94FAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FAE0 is #6B051F. Grayscale: #D8D8D8. Windows color (decimal): -7013664 or 14744212. OLE color: 14744212.

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

Color convert

RGB 148 250 224 -
CMYK 0.41 0 0.10 0.02
HSL 164.71º 0.91% 0.78% -
HSV(B) 164.71º 0.41% 0.98% -
XYZ 59.85 80.05 82.82 -
YUV 216.54 132.21 79.11 -
System Red Green Blue C M Y K H S L
Decimal 148 250 224 0.41 0 0.10 0.02 164.71 0.91 0.78
Hex 94 FA E0 29 0 A 2 A5 5B 4E
Octal 224 372 340 51 0 12 2 245 133 116
Binary 10010100 11111010 11100000 101001 0 1010 10 10100101 1011011 1001110

Color Harmonies of #94FAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FAE0

Black with #94FAE0

Text Example


Text Example

White with #94FAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94FAE0; }

 p { color: rgb(148,250,224); }

 H1.HeaderClassName
 {
   color: #94FAE0;
 }
 .AnyTagClassName
 {
   color: #94FAE0;
 }
</style>

background-color css

<style>
 a { background-color: #94FAE0; }

 a { background-color: rgb(148,250,224); }

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

border-color css

<style>
 span { border-color: #94FAE0; }

 span { border-color: rgb(148,250,224); }

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