Html Css Color HEX #89CCBD Bermuda

📋 copy color: '#89CCBD'

red 137 ◦ green 204 ◦ blue 189

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

Shades of Bermuda #89CCBD

Tints of Bermuda #89CCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.49%

 BLUE value IS 189 (74.22% from 255) = 35.66%

R = 25.85%
G = 38.49%
B = 35.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#89CCBD (or 0x89CCBD) is known color: Bermuda. HEX triplet: 89, CC and BD. RGB value is (137,204,189). Sum of RGB (Red+Green+Blue) = 137+204+189=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCBD is #763342. Grayscale: #B6B6B6. Windows color (decimal): -7746371 or 12438665. OLE color: 12438665.

HSL color Cylindrical-coordinate representation of color #89CCBD: hue angle of 166.57º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CCBD is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 204 189 -
CMYK 0.33 0 0.07 0.2
HSL 166.57º 0.4% 0.67% -
HSV(B) 166.57º 0.33% 0.8% -
XYZ 41.09 52.18 56.05 -
YUV 182.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 137 204 189 0.33 0 0.07 0.2 166.57 0.4 0.67
Hex 89 CC BD 21 0 7 14 A7 28 43
Octal 211 314 275 41 0 7 24 247 50 103
Binary 10001001 11001100 10111101 100001 0 111 10100 10100111 101000 1000011

Color Harmonies of #89CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CCBD

Black with #89CCBD

Text Example


Text Example

White with #89CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,204,189); }

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

background-color css

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

 a { background-color: rgb(137,204,189); }

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

border-color css

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

 span { border-color: rgb(137,204,189); }

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