Html Css Color HEX #89B4A4 Sea Nymph

📋 copy color: '#89B4A4'

red 137 ◦ green 180 ◦ blue 164

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

Shades of Sea Nymph #89B4A4

Tints of Sea Nymph #89B4A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.1%

R = 28.48%
G = 37.42%
B = 34.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#89B4A4 (or 0x89B4A4) is known color: Sea Nymph. HEX triplet: 89, B4 and A4. RGB value is (137,180,164). Sum of RGB (Red+Green+Blue) = 137+180+164=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #89B4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B4A4 is #764B5B. Grayscale: #A5A5A5. Windows color (decimal): -7752540 or 10794121. OLE color: 10794121.

HSL color Cylindrical-coordinate representation of color #89B4A4: hue angle of 157.67º 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 #89B4A4 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 180 164 -
CMYK 0.24 0 0.09 0.29
HSL 157.67º 0.22% 0.62% -
HSV(B) 157.67º 0.24% 0.71% -
XYZ 33.34 40.64 41.21 -
YUV 165.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 137 180 164 0.24 0 0.09 0.29 157.67 0.22 0.62
Hex 89 B4 A4 18 0 9 1D 9E 16 3E
Octal 211 264 244 30 0 11 35 236 26 76
Binary 10001001 10110100 10100100 11000 0 1001 11101 10011110 10110 111110

Color Harmonies of #89B4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B4A4

Black with #89B4A4

Text Example


Text Example

White with #89B4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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