Html Css Color HEX #94EFDD Aquamarine

📋 copy color: '#94EFDD'

red 148 ◦ green 239 ◦ blue 221

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

Shades of Aquamarine #94EFDD

Tints of Aquamarine #94EFDD

RGB

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

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

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

R = 24.34%
G = 39.31%
B = 36.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#94EFDD (or 0x94EFDD) is known color: Aquamarine. HEX triplet: 94, EF and DD. RGB value is (148,239,221). Sum of RGB (Red+Green+Blue) = 148+239+221=608 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.34% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFDD is #6B1022. Grayscale: #D1D1D1. Windows color (decimal): -7016483 or 14544788. OLE color: 14544788.

HSL color Cylindrical-coordinate representation of color #94EFDD: hue angle of 168.13º 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 #94EFDD is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 239 221 -
CMYK 0.38 0 0.08 0.06
HSL 168.13º 0.74% 0.76% -
HSV(B) 168.13º 0.38% 0.94% -
XYZ 56.13 73.25 79.59 -
YUV 209.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 148 239 221 0.38 0 0.08 0.06 168.13 0.74 0.76
Hex 94 EF DD 26 0 8 6 A8 4A 4C
Octal 224 357 335 46 0 10 6 250 112 114
Binary 10010100 11101111 11011101 100110 0 1000 110 10101000 1001010 1001100

Color Harmonies of #94EFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EFDD

Black with #94EFDD

Text Example


Text Example

White with #94EFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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