Html Css Color HEX #89BCA5 Sea Nymph

📋 copy color: '#89BCA5'

red 137 ◦ green 188 ◦ blue 165

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

Shades of Sea Nymph #89BCA5

Tints of Sea Nymph #89BCA5

RGB

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

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

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

R = 27.96%
G = 38.37%
B = 33.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#89BCA5 (or 0x89BCA5) is known color: Sea Nymph. HEX triplet: 89, BC and A5. RGB value is (137,188,165). Sum of RGB (Red+Green+Blue) = 137+188+165=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #89BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BCA5 is #76435A. Grayscale: #AAAAAA. Windows color (decimal): -7750491 or 10861705. OLE color: 10861705.

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

Color convert

RGB 137 188 165 -
CMYK 0.27 0 0.12 0.26
HSL 152.94º 0.28% 0.64% -
HSV(B) 152.94º 0.27% 0.74% -
XYZ 35.09 44 42.24 -
YUV 170.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 137 188 165 0.27 0 0.12 0.26 152.94 0.28 0.64
Hex 89 BC A5 1B 0 C 1A 99 1C 40
Octal 211 274 245 33 0 14 32 231 34 100
Binary 10001001 10111100 10100101 11011 0 1100 11010 10011001 11100 1000000

Color Harmonies of #89BCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BCA5

Black with #89BCA5

Text Example


Text Example

White with #89BCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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