#89F0C1

Color #89F0C1 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #89F0C1

Tints of Aquamarine #89F0C1

Color information

#89F0C1 (or 0x89F0C1) is unknown color: approx Aquamarine. HEX triplet: 89, F0 and C1. RGB value is (137,240,193). Sum of RGB (Red+Green+Blue) = 137+240+193=570 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.04% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #89F0C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F0C1 is #760F3E. Grayscale: #CBCBCB. Windows color (decimal): -7737151 or 12710025. OLE color: 12710025.

HSL color Cylindrical-coordinate representation of color #89F0C1: hue angle of 152.62º degrees, saturation: 0.77, 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 #89F0C1 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB137240193-
CMYK0.4300.200.06
HSL152.62º77.44%73.92%-
HSV(B)152.62º42.92%94.12%-
XYZ51.171.4961.56-
YUV203.84121.8880.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.04%
GREEN value IS 240 (94.14% from 255) = 42.11%
BLUE value IS 193 (75.78% from 255) = 33.86%
R=24.04%
G=42.11%
B=33.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1372401930.4300.200.06152.6277.4473.92
Hex89F0C12B0146994d4a
Octal211360301530246231115112
Binary1000100111110000110000011010110101001101001100110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,240,193); }

 H1.HeaderClassName
 {
   color: #89F0C1;
 }
 .AnyTagClassName
 {
   color: #89F0C1;
 }
</style>
background-color css

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

 a { background-color: rgb(137,240,193); }

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

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

 span { border-color: rgb(137,240,193); }

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