Html Css Color HEX #89FCCF Aquamarine

📋 copy color: '#89FCCF'

red 137 ◦ green 252 ◦ blue 207

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

Shades of Aquamarine #89FCCF

Tints of Aquamarine #89FCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.28%

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

R = 22.99%
G = 42.28%
B = 34.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#89FCCF (or 0x89FCCF) is known color: Aquamarine. HEX triplet: 89, FC and CF. RGB value is (137,252,207). Sum of RGB (Red+Green+Blue) = 137+252+207=596 (78% of max value = 765). Red value is 137 (53.91% from 255 or 22.99% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FCCF is #760330. Grayscale: #D4D4D4. Windows color (decimal): -7734065 or 13630601. OLE color: 13630601.

HSL color Cylindrical-coordinate representation of color #89FCCF: hue angle of 156.52º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FCCF is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 137 252 207 -
CMYK 0.46 0 0.18 0.01
HSL 156.52º 0.95% 0.76% -
HSV(B) 156.52º 0.46% 0.99% -
XYZ 56.39 79.44 71.39 -
YUV 212.49 124.9 74.16 -
System Red Green Blue C M Y K H S L
Decimal 137 252 207 0.46 0 0.18 0.01 156.52 0.95 0.76
Hex 89 FC CF 2E 0 12 1 9D 5F 4C
Octal 211 374 317 56 0 22 1 235 137 114
Binary 10001001 11111100 11001111 101110 0 10010 1 10011101 1011111 1001100

Color Harmonies of #89FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89FCCF

Black with #89FCCF

Text Example


Text Example

White with #89FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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