Html Css Color HEX #94FADB Aquamarine

📋 copy color: '#94FADB'

red 148 ◦ green 250 ◦ blue 219

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

Shades of Aquamarine #94FADB

Tints of Aquamarine #94FADB

RGB

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

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

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

R = 23.99%
G = 40.52%
B = 35.49%

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

#94FADB (or 0x94FADB) is known color: Aquamarine. HEX triplet: 94, FA and DB. RGB value is (148,250,219). Sum of RGB (Red+Green+Blue) = 148+250+219=617 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.99% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #94FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FADB is #6B0524. Grayscale: #D7D7D7. Windows color (decimal): -7013669 or 14416532. OLE color: 14416532.

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

Color convert

RGB 148 250 219 -
CMYK 0.41 0 0.12 0.02
HSL 161.76º 0.91% 0.78% -
HSV(B) 161.76º 0.41% 0.98% -
XYZ 59.18 79.78 79.3 -
YUV 215.97 129.71 79.52 -
System Red Green Blue C M Y K H S L
Decimal 148 250 219 0.41 0 0.12 0.02 161.76 0.91 0.78
Hex 94 FA DB 29 0 C 2 A2 5B 4E
Octal 224 372 333 51 0 14 2 242 133 116
Binary 10010100 11111010 11011011 101001 0 1100 10 10100010 1011011 1001110

Color Harmonies of #94FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FADB

Black with #94FADB

Text Example


Text Example

White with #94FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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