Html Css Color HEX #94F9D6 Aquamarine

📋 copy color: '#94F9D6'

red 148 ◦ green 249 ◦ blue 214

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

Shades of Aquamarine #94F9D6

Tints of Aquamarine #94F9D6

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.75%

 BLUE value IS 214 (83.98% from 255) = 35.02%

R = 24.22%
G = 40.75%
B = 35.02%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#94F9D6 (or 0x94F9D6) is known color: Aquamarine. HEX triplet: 94, F9 and D6. RGB value is (148,249,214). Sum of RGB (Red+Green+Blue) = 148+249+214=611 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.22% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #94F9D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F9D6 is #6B0629. Grayscale: #D6D6D6. Windows color (decimal): -7013930 or 14088596. OLE color: 14088596.

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

Color convert

RGB 148 249 214 -
CMYK 0.41 0 0.14 0.02
HSL 159.21º 0.89% 0.78% -
HSV(B) 159.21º 0.41% 0.98% -
XYZ 58.23 78.9 75.78 -
YUV 214.81 127.54 80.35 -
System Red Green Blue C M Y K H S L
Decimal 148 249 214 0.41 0 0.14 0.02 159.21 0.89 0.78
Hex 94 F9 D6 29 0 E 2 9F 59 4E
Octal 224 371 326 51 0 16 2 237 131 116
Binary 10010100 11111001 11010110 101001 0 1110 10 10011111 1011001 1001110

Color Harmonies of #94F9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F9D6

Black with #94F9D6

Text Example


Text Example

White with #94F9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,249,214); }

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

background-color css

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

 a { background-color: rgb(148,249,214); }

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

border-color css

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

 span { border-color: rgb(148,249,214); }

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