Html Css Color HEX #89C8BF Bermuda

📋 copy color: '#89C8BF'

red 137 ◦ green 200 ◦ blue 191

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

Shades of Bermuda #89C8BF

Tints of Bermuda #89C8BF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.88%

 BLUE value IS 191 (75% from 255) = 36.17%

R = 25.95%
G = 37.88%
B = 36.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#89C8BF (or 0x89C8BF) is known color: Bermuda. HEX triplet: 89, C8 and BF. RGB value is (137,200,191). Sum of RGB (Red+Green+Blue) = 137+200+191=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 200 - color contains mainly: green. Hex color #89C8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C8BF is #763740. Grayscale: #B4B4B4. Windows color (decimal): -7747393 or 12568713. OLE color: 12568713.

HSL color Cylindrical-coordinate representation of color #89C8BF: hue angle of 171.43º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89C8BF is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 200 191 -
CMYK 0.32 0 0.04 0.22
HSL 171.43º 0.36% 0.66% -
HSV(B) 171.43º 0.32% 0.78% -
XYZ 40.37 50.39 56.89 -
YUV 180.14 134.13 97.23 -
System Red Green Blue C M Y K H S L
Decimal 137 200 191 0.32 0 0.04 0.22 171.43 0.36 0.66
Hex 89 C8 BF 20 0 4 16 AB 24 42
Octal 211 310 277 40 0 4 26 253 44 102
Binary 10001001 11001000 10111111 100000 0 100 10110 10101011 100100 1000010

Color Harmonies of #89C8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C8BF

Black with #89C8BF

Text Example


Text Example

White with #89C8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,200,191); }

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

background-color css

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

 a { background-color: rgb(137,200,191); }

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

border-color css

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

 span { border-color: rgb(137,200,191); }

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