Html Css Color HEX #94FADF Aquamarine

📋 copy color: '#94FADF'

red 148 ◦ green 250 ◦ blue 223

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

Shades of Aquamarine #94FADF

Tints of Aquamarine #94FADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.91%

R = 23.83%
G = 40.26%
B = 35.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#94FADF (or 0x94FADF) is known color: Aquamarine. HEX triplet: 94, FA and DF. RGB value is (148,250,223). Sum of RGB (Red+Green+Blue) = 148+250+223=621 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.83% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #94FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FADF is #6B0520. Grayscale: #D8D8D8. Windows color (decimal): -7013665 or 14678676. OLE color: 14678676.

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

Color convert

RGB 148 250 223 -
CMYK 0.41 0 0.11 0.02
HSL 164.12º 0.91% 0.78% -
HSV(B) 164.12º 0.41% 0.98% -
XYZ 59.72 79.99 82.11 -
YUV 216.42 131.71 79.2 -
System Red Green Blue C M Y K H S L
Decimal 148 250 223 0.41 0 0.11 0.02 164.12 0.91 0.78
Hex 94 FA DF 29 0 B 2 A4 5B 4E
Octal 224 372 337 51 0 13 2 244 133 116
Binary 10010100 11111010 11011111 101001 0 1011 10 10100100 1011011 1001110

Color Harmonies of #94FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FADF

Black with #94FADF

Text Example


Text Example

White with #94FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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