Html Css Color HEX #94FADD Aquamarine

📋 copy color: '#94FADD'

red 148 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #94FADD

Tints of Aquamarine #94FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.7%

R = 23.91%
G = 40.39%
B = 35.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#94FADD (or 0x94FADD) is known color: Aquamarine. HEX triplet: 94, FA and DD. RGB value is (148,250,221). Sum of RGB (Red+Green+Blue) = 148+250+221=619 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.91% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #94FADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FADD is #6B0522. Grayscale: #D8D8D8. Windows color (decimal): -7013667 or 14547604. OLE color: 14547604.

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

Color convert

RGB 148 250 221 -
CMYK 0.41 0 0.12 0.02
HSL 162.94º 0.91% 0.78% -
HSV(B) 162.94º 0.41% 0.98% -
XYZ 59.45 79.89 80.69 -
YUV 216.2 130.71 79.36 -
System Red Green Blue C M Y K H S L
Decimal 148 250 221 0.41 0 0.12 0.02 162.94 0.91 0.78
Hex 94 FA DD 29 0 C 2 A3 5B 4E
Octal 224 372 335 51 0 14 2 243 133 116
Binary 10010100 11111010 11011101 101001 0 1100 10 10100011 1011011 1001110

Color Harmonies of #94FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FADD

Black with #94FADD

Text Example


Text Example

White with #94FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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