Html Css Color HEX #89EDDC Aquamarine

📋 copy color: '#89EDDC'

red 137 ◦ green 237 ◦ blue 220

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

Shades of Aquamarine #89EDDC

Tints of Aquamarine #89EDDC

RGB

 RED value IS 137 (53.91% from 255) = 23.06%

 GREEN value IS 237 (92.97% from 255) = 39.9%

 BLUE value IS 220 (86.33% from 255) = 37.04%

R = 23.06%
G = 39.9%
B = 37.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#89EDDC (or 0x89EDDC) is known color: Aquamarine. HEX triplet: 89, ED and DC. RGB value is (137,237,220). Sum of RGB (Red+Green+Blue) = 137+237+220=594 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.06% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #89EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EDDC is #761223. Grayscale: #CDCDCD. Windows color (decimal): -7737892 or 14478729. OLE color: 14478729.

HSL color Cylindrical-coordinate representation of color #89EDDC: hue angle of 169.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89EDDC is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 237 220 -
CMYK 0.42 0 0.07 0.07
HSL 169.8º 0.74% 0.73% -
HSV(B) 169.8º 0.42% 0.93% -
XYZ 53.52 71.05 78.6 -
YUV 205.16 136.37 79.38 -
System Red Green Blue C M Y K H S L
Decimal 137 237 220 0.42 0 0.07 0.07 169.8 0.74 0.73
Hex 89 ED DC 2A 0 7 7 AA 4A 49
Octal 211 355 334 52 0 7 7 252 112 111
Binary 10001001 11101101 11011100 101010 0 111 111 10101010 1001010 1001001

Color Harmonies of #89EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89EDDC

Black with #89EDDC

Text Example


Text Example

White with #89EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89EDDC; }

 p { color: rgb(137,237,220); }

 H1.HeaderClassName
 {
   color: #89EDDC;
 }
 .AnyTagClassName
 {
   color: #89EDDC;
 }
</style>

background-color css

<style>
 a { background-color: #89EDDC; }

 a { background-color: rgb(137,237,220); }

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

border-color css

<style>
 span { border-color: #89EDDC; }

 span { border-color: rgb(137,237,220); }

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