#89BDA7

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

Shades of Sea Nymph #89BDA7

Tints of Sea Nymph #89BDA7

Color information

#89BDA7 (or 0x89BDA7) is unknown color: approx Sea Nymph. HEX triplet: 89, BD and A7. RGB value is (137,189,167). Sum of RGB (Red+Green+Blue) = 137+189+167=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #89BDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BDA7 is #764258. Grayscale: #AAAAAA. Windows color (decimal): -7750233 or 10993033. OLE color: 10993033.

HSL color Cylindrical-coordinate representation of color #89BDA7: hue angle of 154.62º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BDA7 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB137189167-
CMYK0.2800.120.26
HSL154.62º28.26%63.92%-
HSV(B)154.62º27.51%74.12%-
XYZ35.4944.543.28-
YUV170.94125.77103.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.79%
GREEN value IS 189 (74.22% from 255) = 38.34%
BLUE value IS 167 (65.62% from 255) = 33.87%
R=27.79%
G=38.34%
B=33.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371891670.2800.120.26154.6228.2663.92
Hex89BDA71C0C1A9b1c40
Octal211275247340143223334100
Binary10001001101111011010011111100011001101010011011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,189,167); }

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

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

 a { background-color: rgb(137,189,167); }

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

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

 span { border-color: rgb(137,189,167); }

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