Html Css Color HEX #89F8CC Aquamarine

📋 copy color: '#89F8CC'

red 137 ◦ green 248 ◦ blue 204

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

Shades of Aquamarine #89F8CC

Tints of Aquamarine #89F8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.63%

R = 23.26%
G = 42.11%
B = 34.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#89F8CC (or 0x89F8CC) is known color: Aquamarine. HEX triplet: 89, F8 and CC. RGB value is (137,248,204). Sum of RGB (Red+Green+Blue) = 137+248+204=589 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.26% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #89F8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F8CC is #760733. Grayscale: #D1D1D1. Windows color (decimal): -7735092 or 13432969. OLE color: 13432969.

HSL color Cylindrical-coordinate representation of color #89F8CC: hue angle of 156.22º 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 #89F8CC is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 137 248 204 -
CMYK 0.45 0 0.18 0.03
HSL 156.22º 0.89% 0.75% -
HSV(B) 156.22º 0.45% 0.97% -
XYZ 54.78 76.81 69.07 -
YUV 209.8 124.73 76.08 -
System Red Green Blue C M Y K H S L
Decimal 137 248 204 0.45 0 0.18 0.03 156.22 0.89 0.75
Hex 89 F8 CC 2D 0 12 3 9C 59 4B
Octal 211 370 314 55 0 22 3 234 131 113
Binary 10001001 11111000 11001100 101101 0 10010 11 10011100 1011001 1001011

Color Harmonies of #89F8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89F8CC

Black with #89F8CC

Text Example


Text Example

White with #89F8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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