Html Css Color HEX #94FEDA Aquamarine

📋 copy color: '#94FEDA'

red 148 ◦ green 254 ◦ blue 218

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

Shades of Aquamarine #94FEDA

Tints of Aquamarine #94FEDA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.97%

 BLUE value IS 218 (85.55% from 255) = 35.16%

R = 23.87%
G = 40.97%
B = 35.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#94FEDA (or 0x94FEDA) is known color: Aquamarine. HEX triplet: 94, FE and DA. RGB value is (148,254,218). Sum of RGB (Red+Green+Blue) = 148+254+218=620 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.87% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FEDA is #6B0125. Grayscale: #DADADA. Windows color (decimal): -7012646 or 14352020. OLE color: 14352020.

HSL color Cylindrical-coordinate representation of color #94FEDA: hue angle of 159.62º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FEDA is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 254 218 -
CMYK 0.42 0 0.14 0.00
HSL 159.62º 0.98% 0.79% -
HSV(B) 159.62º 0.42% 1% -
XYZ 60.31 82.24 79.03 -
YUV 218.2 127.88 77.93 -
System Red Green Blue C M Y K H S L
Decimal 148 254 218 0.42 0 0.14 0.00 159.62 0.98 0.79
Hex 94 FE DA 2A 0 E 0 A0 62 4F
Octal 224 376 332 52 0 16 0 240 142 117
Binary 10010100 11111110 11011010 101010 0 1110 0 10100000 1100010 1001111

Color Harmonies of #94FEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FEDA

Black with #94FEDA

Text Example


Text Example

White with #94FEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,254,218); }

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

background-color css

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

 a { background-color: rgb(148,254,218); }

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

border-color css

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

 span { border-color: rgb(148,254,218); }

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