Html Css Color HEX #94EFD8 Aquamarine

📋 copy color: '#94EFD8'

red 148 ◦ green 239 ◦ blue 216

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

Shades of Aquamarine #94EFD8

Tints of Aquamarine #94EFD8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.64%

 BLUE value IS 216 (84.77% from 255) = 35.82%

R = 24.54%
G = 39.64%
B = 35.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#94EFD8 (or 0x94EFD8) is known color: Aquamarine. HEX triplet: 94, EF and D8. RGB value is (148,239,216). Sum of RGB (Red+Green+Blue) = 148+239+216=603 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.54% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFD8 is #6B1027. Grayscale: #D1D1D1. Windows color (decimal): -7016488 or 14217108. OLE color: 14217108.

HSL color Cylindrical-coordinate representation of color #94EFD8: hue angle of 164.84º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EFD8 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 239 216 -
CMYK 0.38 0 0.10 0.06
HSL 164.84º 0.74% 0.76% -
HSV(B) 164.84º 0.38% 0.94% -
XYZ 55.47 72.99 76.13 -
YUV 209.17 131.85 84.37 -
System Red Green Blue C M Y K H S L
Decimal 148 239 216 0.38 0 0.10 0.06 164.84 0.74 0.76
Hex 94 EF D8 26 0 A 6 A5 4A 4C
Octal 224 357 330 46 0 12 6 245 112 114
Binary 10010100 11101111 11011000 100110 0 1010 110 10100101 1001010 1001100

Color Harmonies of #94EFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EFD8

Black with #94EFD8

Text Example


Text Example

White with #94EFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,239,216); }

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

background-color css

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

 a { background-color: rgb(148,239,216); }

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

border-color css

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

 span { border-color: rgb(148,239,216); }

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