Html Css Color HEX #89F8CF Aquamarine

📋 copy color: '#89F8CF'

red 137 ◦ green 248 ◦ blue 207

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

Shades of Aquamarine #89F8CF

Tints of Aquamarine #89F8CF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.89%

 BLUE value IS 207 (81.25% from 255) = 34.97%

R = 23.14%
G = 41.89%
B = 34.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#89F8CF (or 0x89F8CF) is known color: Aquamarine. HEX triplet: 89, F8 and CF. RGB value is (137,248,207). Sum of RGB (Red+Green+Blue) = 137+248+207=592 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.14% from 592); Green value is 248 (97.27% from 255 or 41.89% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 248 - color contains mainly: green. Hex color #89F8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F8CF is #760730. Grayscale: #D2D2D2. Windows color (decimal): -7735089 or 13629577. OLE color: 13629577.

HSL color Cylindrical-coordinate representation of color #89F8CF: hue angle of 157.84º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89F8CF is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 137 248 207 -
CMYK 0.45 0 0.17 0.03
HSL 157.84º 0.89% 0.75% -
HSV(B) 157.84º 0.45% 0.97% -
XYZ 55.15 76.96 70.98 -
YUV 210.14 126.23 75.83 -
System Red Green Blue C M Y K H S L
Decimal 137 248 207 0.45 0 0.17 0.03 157.84 0.89 0.75
Hex 89 F8 CF 2D 0 11 3 9E 59 4B
Octal 211 370 317 55 0 21 3 236 131 113
Binary 10001001 11111000 11001111 101101 0 10001 11 10011110 1011001 1001011

Color Harmonies of #89F8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89F8CF

Black with #89F8CF

Text Example


Text Example

White with #89F8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,248,207); }

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

background-color css

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

 a { background-color: rgb(137,248,207); }

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

border-color css

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

 span { border-color: rgb(137,248,207); }

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