Html Css Color HEX #89EDCE Aquamarine

📋 copy color: '#89EDCE'

red 137 ◦ green 237 ◦ blue 206

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

Shades of Aquamarine #89EDCE

Tints of Aquamarine #89EDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 23.62%
G = 40.86%
B = 35.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#89EDCE (or 0x89EDCE) is known color: Aquamarine. HEX triplet: 89, ED and CE. RGB value is (137,237,206). Sum of RGB (Red+Green+Blue) = 137+237+206=580 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.62% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #89EDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EDCE is #761231. Grayscale: #CBCBCB. Windows color (decimal): -7737906 or 13561225. OLE color: 13561225.

HSL color Cylindrical-coordinate representation of color #89EDCE: hue angle of 161.4º 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 #89EDCE is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 237 206 -
CMYK 0.42 0 0.13 0.07
HSL 161.4º 0.74% 0.73% -
HSV(B) 161.4º 0.42% 0.93% -
XYZ 51.74 70.34 69.24 -
YUV 203.57 129.37 80.52 -
System Red Green Blue C M Y K H S L
Decimal 137 237 206 0.42 0 0.13 0.07 161.4 0.74 0.73
Hex 89 ED CE 2A 0 D 7 A1 4A 49
Octal 211 355 316 52 0 15 7 241 112 111
Binary 10001001 11101101 11001110 101010 0 1101 111 10100001 1001010 1001001

Color Harmonies of #89EDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89EDCE

Black with #89EDCE

Text Example


Text Example

White with #89EDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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