Html Css Color HEX #89CDBD Bermuda

📋 copy color: '#89CDBD'

red 137 ◦ green 205 ◦ blue 189

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

Shades of Bermuda #89CDBD

Tints of Bermuda #89CDBD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.61%

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

R = 25.8%
G = 38.61%
B = 35.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#89CDBD (or 0x89CDBD) is known color: Bermuda. HEX triplet: 89, CD and BD. RGB value is (137,205,189). Sum of RGB (Red+Green+Blue) = 137+205+189=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDBD is #763242. Grayscale: #B6B6B6. Windows color (decimal): -7746115 or 12438921. OLE color: 12438921.

HSL color Cylindrical-coordinate representation of color #89CDBD: hue angle of 165.88º 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 #89CDBD is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 205 189 -
CMYK 0.33 0 0.08 0.20
HSL 165.88º 0.4% 0.67% -
HSV(B) 165.88º 0.33% 0.8% -
XYZ 41.33 52.66 56.13 -
YUV 182.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 137 205 189 0.33 0 0.08 0.20 165.88 0.4 0.67
Hex 89 CD BD 21 0 8 14 A6 28 43
Octal 211 315 275 41 0 10 24 246 50 103
Binary 10001001 11001101 10111101 100001 0 1000 10100 10100110 101000 1000011

Color Harmonies of #89CDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CDBD

Black with #89CDBD

Text Example


Text Example

White with #89CDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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