Html Css Color HEX #94FEDB Aquamarine

📋 copy color: '#94FEDB'

red 148 ◦ green 254 ◦ blue 219

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

Shades of Aquamarine #94FEDB

Tints of Aquamarine #94FEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.27%

R = 23.83%
G = 40.9%
B = 35.27%

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

#94FEDB (or 0x94FEDB) is known color: Aquamarine. HEX triplet: 94, FE and DB. RGB value is (148,254,219). Sum of RGB (Red+Green+Blue) = 148+254+219=621 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.83% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FEDB is #6B0124. Grayscale: #DADADA. Windows color (decimal): -7012645 or 14417556. OLE color: 14417556.

HSL color Cylindrical-coordinate representation of color #94FEDB: hue angle of 160.19º 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 #94FEDB is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 254 219 -
CMYK 0.42 0 0.14 0.00
HSL 160.19º 0.98% 0.79% -
HSV(B) 160.19º 0.42% 1% -
XYZ 60.44 82.29 79.72 -
YUV 218.32 128.38 77.85 -
System Red Green Blue C M Y K H S L
Decimal 148 254 219 0.42 0 0.14 0.00 160.19 0.98 0.79
Hex 94 FE DB 2A 0 E 0 A0 62 4F
Octal 224 376 333 52 0 16 0 240 142 117
Binary 10010100 11111110 11011011 101010 0 1110 0 10100000 1100010 1001111

Color Harmonies of #94FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FEDB

Black with #94FEDB

Text Example


Text Example

White with #94FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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