Html Css Color HEX #89C3BB Bermuda

📋 copy color: '#89C3BB'

red 137 ◦ green 195 ◦ blue 187

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

Shades of Bermuda #89C3BB

Tints of Bermuda #89C3BB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.57%

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 26.4%
G = 37.57%
B = 36.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#89C3BB (or 0x89C3BB) is known color: Bermuda. HEX triplet: 89, C3 and BB. RGB value is (137,195,187). Sum of RGB (Red+Green+Blue) = 137+195+187=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #89C3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C3BB is #763C44. Grayscale: #B0B0B0. Windows color (decimal): -7748677 or 12305289. OLE color: 12305289.

HSL color Cylindrical-coordinate representation of color #89C3BB: hue angle of 171.72º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C3BB is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 195 187 -
CMYK 0.30 0 0.04 0.24
HSL 171.72º 0.33% 0.65% -
HSV(B) 171.72º 0.3% 0.76% -
XYZ 38.8 47.94 54.22 -
YUV 176.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 137 195 187 0.30 0 0.04 0.24 171.72 0.33 0.65
Hex 89 C3 BB 1E 0 4 18 AC 21 41
Octal 211 303 273 36 0 4 30 254 41 101
Binary 10001001 11000011 10111011 11110 0 100 11000 10101100 100001 1000001

Color Harmonies of #89C3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C3BB

Black with #89C3BB

Text Example


Text Example

White with #89C3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,195,187); }

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

background-color css

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

 a { background-color: rgb(137,195,187); }

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

border-color css

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

 span { border-color: rgb(137,195,187); }

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