Html Css Color HEX #89BCA9 Sea Nymph

📋 copy color: '#89BCA9'

red 137 ◦ green 188 ◦ blue 169

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

Shades of Sea Nymph #89BCA9

Tints of Sea Nymph #89BCA9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.06%

 BLUE value IS 169 (66.41% from 255) = 34.21%

R = 27.73%
G = 38.06%
B = 34.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#89BCA9 (or 0x89BCA9) is known color: Sea Nymph. HEX triplet: 89, BC and A9. RGB value is (137,188,169). Sum of RGB (Red+Green+Blue) = 137+188+169=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #89BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BCA9 is #764356. Grayscale: #AAAAAA. Windows color (decimal): -7750487 or 11123849. OLE color: 11123849.

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

Color convert

RGB 137 188 169 -
CMYK 0.27 0 0.10 0.26
HSL 157.65º 0.28% 0.64% -
HSV(B) 157.65º 0.27% 0.74% -
XYZ 35.46 44.15 44.19 -
YUV 170.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 137 188 169 0.27 0 0.10 0.26 157.65 0.28 0.64
Hex 89 BC A9 1B 0 A 1A 9E 1C 40
Octal 211 274 251 33 0 12 32 236 34 100
Binary 10001001 10111100 10101001 11011 0 1010 11010 10011110 11100 1000000

Color Harmonies of #89BCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BCA9

Black with #89BCA9

Text Example


Text Example

White with #89BCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,188,169); }

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

background-color css

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

 a { background-color: rgb(137,188,169); }

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

border-color css

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

 span { border-color: rgb(137,188,169); }

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