Html Css Color HEX #89BCAF Sea Nymph

📋 copy color: '#89BCAF'

red 137 ◦ green 188 ◦ blue 175

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

Shades of Sea Nymph #89BCAF

Tints of Sea Nymph #89BCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35%

R = 27.4%
G = 37.6%
B = 35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#89BCAF (or 0x89BCAF) is known color: Sea Nymph. HEX triplet: 89, BC and AF. RGB value is (137,188,175). Sum of RGB (Red+Green+Blue) = 137+188+175=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #89BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BCAF is #764350. Grayscale: #ABABAB. Windows color (decimal): -7750481 or 11517065. OLE color: 11517065.

HSL color Cylindrical-coordinate representation of color #89BCAF: hue angle of 164.71º 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 #89BCAF is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 188 175 -
CMYK 0.27 0 0.07 0.26
HSL 164.71º 0.28% 0.64% -
HSV(B) 164.71º 0.27% 0.74% -
XYZ 36.04 44.38 47.22 -
YUV 171.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 137 188 175 0.27 0 0.07 0.26 164.71 0.28 0.64
Hex 89 BC AF 1B 0 7 1A A5 1C 40
Octal 211 274 257 33 0 7 32 245 34 100
Binary 10001001 10111100 10101111 11011 0 111 11010 10100101 11100 1000000

Color Harmonies of #89BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BCAF

Black with #89BCAF

Text Example


Text Example

White with #89BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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