Html Css Color HEX #89B4A5 Sea Nymph

📋 copy color: '#89B4A5'

red 137 ◦ green 180 ◦ blue 165

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

Shades of Sea Nymph #89B4A5

Tints of Sea Nymph #89B4A5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.34%

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

R = 28.42%
G = 37.34%
B = 34.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#89B4A5 (or 0x89B4A5) is known color: Sea Nymph. HEX triplet: 89, B4 and A5. RGB value is (137,180,165). Sum of RGB (Red+Green+Blue) = 137+180+165=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #89B4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B4A5 is #764B5A. Grayscale: #A5A5A5. Windows color (decimal): -7752539 or 10859657. OLE color: 10859657.

HSL color Cylindrical-coordinate representation of color #89B4A5: hue angle of 159.07º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89B4A5 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 180 165 -
CMYK 0.24 0 0.08 0.29
HSL 159.07º 0.22% 0.62% -
HSV(B) 159.07º 0.24% 0.71% -
XYZ 33.43 40.68 41.69 -
YUV 165.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 137 180 165 0.24 0 0.08 0.29 159.07 0.22 0.62
Hex 89 B4 A5 18 0 8 1D 9F 16 3E
Octal 211 264 245 30 0 10 35 237 26 76
Binary 10001001 10110100 10100101 11000 0 1000 11101 10011111 10110 111110

Color Harmonies of #89B4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B4A5

Black with #89B4A5

Text Example


Text Example

White with #89B4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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