Html Css Color HEX #89C0BE Bermuda

📋 copy color: '#89C0BE'

red 137 ◦ green 192 ◦ blue 190

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

Shades of Bermuda #89C0BE

Tints of Bermuda #89C0BE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.99%

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 26.4%
G = 36.99%
B = 36.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#89C0BE (or 0x89C0BE) is known color: Bermuda. HEX triplet: 89, C0 and BE. RGB value is (137,192,190). Sum of RGB (Red+Green+Blue) = 137+192+190=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #89C0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C0BE is #763F41. Grayscale: #AFAFAF. Windows color (decimal): -7749442 or 12501129. OLE color: 12501129.

HSL color Cylindrical-coordinate representation of color #89C0BE: hue angle of 177.82º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89C0BE is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 192 190 -
CMYK 0.29 0 0.01 0.25
HSL 177.82º 0.3% 0.65% -
HSV(B) 177.82º 0.29% 0.75% -
XYZ 38.46 46.74 55.71 -
YUV 175.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 137 192 190 0.29 0 0.01 0.25 177.82 0.3 0.65
Hex 89 C0 BE 1D 0 1 19 B2 1E 41
Octal 211 300 276 35 0 1 31 262 36 101
Binary 10001001 11000000 10111110 11101 0 1 11001 10110010 11110 1000001

Color Harmonies of #89C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C0BE

Black with #89C0BE

Text Example


Text Example

White with #89C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,192,190); }

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

background-color css

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

 a { background-color: rgb(137,192,190); }

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

border-color css

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

 span { border-color: rgb(137,192,190); }

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