Html Css Color HEX #89B2AC Sea Nymph

📋 copy color: '#89B2AC'

red 137 ◦ green 178 ◦ blue 172

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

Shades of Sea Nymph #89B2AC

Tints of Sea Nymph #89B2AC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.55%

 BLUE value IS 172 (67.58% from 255) = 35.32%

R = 28.13%
G = 36.55%
B = 35.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#89B2AC (or 0x89B2AC) is known color: Sea Nymph. HEX triplet: 89, B2 and AC. RGB value is (137,178,172). Sum of RGB (Red+Green+Blue) = 137+178+172=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 178 - color contains mainly: green. Hex color #89B2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89B2AC is #764D53. Grayscale: #A5A5A5. Windows color (decimal): -7753044 or 11317897. OLE color: 11317897.

HSL color Cylindrical-coordinate representation of color #89B2AC: hue angle of 171.22º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89B2AC is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 178 172 -
CMYK 0.23 0 0.03 0.30
HSL 171.22º 0.21% 0.62% -
HSV(B) 171.22º 0.23% 0.7% -
XYZ 33.68 40.14 45 -
YUV 165.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 137 178 172 0.23 0 0.03 0.30 171.22 0.21 0.62
Hex 89 B2 AC 17 0 3 1E AB 15 3E
Octal 211 262 254 27 0 3 36 253 25 76
Binary 10001001 10110010 10101100 10111 0 11 11110 10101011 10101 111110

Color Harmonies of #89B2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B2AC

Black with #89B2AC

Text Example


Text Example

White with #89B2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,178,172); }

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

background-color css

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

 a { background-color: rgb(137,178,172); }

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

border-color css

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

 span { border-color: rgb(137,178,172); }

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