Html Css Color HEX #89BAA5 Sea Nymph

📋 copy color: '#89BAA5'

red 137 ◦ green 186 ◦ blue 165

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

Shades of Sea Nymph #89BAA5

Tints of Sea Nymph #89BAA5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.11%

 BLUE value IS 165 (64.84% from 255) = 33.81%

R = 28.07%
G = 38.11%
B = 33.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#89BAA5 (or 0x89BAA5) is known color: Sea Nymph. HEX triplet: 89, BA and A5. RGB value is (137,186,165). Sum of RGB (Red+Green+Blue) = 137+186+165=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #89BAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BAA5 is #76455A. Grayscale: #A8A8A8. Windows color (decimal): -7751003 or 10861193. OLE color: 10861193.

HSL color Cylindrical-coordinate representation of color #89BAA5: hue angle of 154.29º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89BAA5 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 186 165 -
CMYK 0.26 0 0.11 0.27
HSL 154.29º 0.26% 0.63% -
HSV(B) 154.29º 0.26% 0.73% -
XYZ 34.67 43.15 42.1 -
YUV 168.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 137 186 165 0.26 0 0.11 0.27 154.29 0.26 0.63
Hex 89 BA A5 1A 0 B 1B 9A 1A 3F
Octal 211 272 245 32 0 13 33 232 32 77
Binary 10001001 10111010 10100101 11010 0 1011 11011 10011010 11010 111111

Color Harmonies of #89BAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BAA5

Black with #89BAA5

Text Example


Text Example

White with #89BAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,186,165); }

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

background-color css

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

 a { background-color: rgb(137,186,165); }

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

border-color css

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

 span { border-color: rgb(137,186,165); }

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