Html Css Color HEX #89EFC0 Aquamarine

📋 copy color: '#89EFC0'

red 137 ◦ green 239 ◦ blue 192

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

Shades of Aquamarine #89EFC0

Tints of Aquamarine #89EFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.8%

R = 24.12%
G = 42.08%
B = 33.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#89EFC0 (or 0x89EFC0) is known color: Aquamarine. HEX triplet: 89, EF and C0. RGB value is (137,239,192). Sum of RGB (Red+Green+Blue) = 137+239+192=568 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.12% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #89EFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EFC0 is #76103F. Grayscale: #CBCBCB. Windows color (decimal): -7737408 or 12644233. OLE color: 12644233.

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

Color convert

RGB 137 239 192 -
CMYK 0.43 0 0.20 0.06
HSL 152.35º 0.76% 0.74% -
HSV(B) 152.35º 0.43% 0.94% -
XYZ 50.7 70.86 60.87 -
YUV 203.14 121.71 80.82 -
System Red Green Blue C M Y K H S L
Decimal 137 239 192 0.43 0 0.20 0.06 152.35 0.76 0.74
Hex 89 EF C0 2B 0 14 6 98 4C 4A
Octal 211 357 300 53 0 24 6 230 114 112
Binary 10001001 11101111 11000000 101011 0 10100 110 10011000 1001100 1001010

Color Harmonies of #89EFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89EFC0

Black with #89EFC0

Text Example


Text Example

White with #89EFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,239,192); }

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

background-color css

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

 a { background-color: rgb(137,239,192); }

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

border-color css

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

 span { border-color: rgb(137,239,192); }

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