Html Css Color HEX #89FBDD Aquamarine

📋 copy color: '#89FBDD'

red 137 ◦ green 251 ◦ blue 221

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

Shades of Aquamarine #89FBDD

Tints of Aquamarine #89FBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.22%

 BLUE value IS 221 (86.72% from 255) = 36.29%

R = 22.5%
G = 41.22%
B = 36.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#89FBDD (or 0x89FBDD) is known color: Aquamarine. HEX triplet: 89, FB and DD. RGB value is (137,251,221). Sum of RGB (Red+Green+Blue) = 137+251+221=609 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.50% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #89FBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FBDD is #760422. Grayscale: #D5D5D5. Windows color (decimal): -7734307 or 14547849. OLE color: 14547849.

HSL color Cylindrical-coordinate representation of color #89FBDD: hue angle of 164.21º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89FBDD is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 251 221 -
CMYK 0.45 0 0.12 0.02
HSL 164.21º 0.93% 0.76% -
HSV(B) 164.21º 0.45% 0.98% -
XYZ 57.86 79.53 80.71 -
YUV 213.49 132.23 73.44 -
System Red Green Blue C M Y K H S L
Decimal 137 251 221 0.45 0 0.12 0.02 164.21 0.93 0.76
Hex 89 FB DD 2D 0 C 2 A4 5D 4C
Octal 211 373 335 55 0 14 2 244 135 114
Binary 10001001 11111011 11011101 101101 0 1100 10 10100100 1011101 1001100

Color Harmonies of #89FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89FBDD

Black with #89FBDD

Text Example


Text Example

White with #89FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,251,221); }

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

background-color css

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

 a { background-color: rgb(137,251,221); }

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

border-color css

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

 span { border-color: rgb(137,251,221); }

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