Html Css Color HEX #89D0BA Bermuda

📋 copy color: '#89D0BA'

red 137 ◦ green 208 ◦ blue 186

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

Shades of Bermuda #89D0BA

Tints of Bermuda #89D0BA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

 BLUE value IS 186 (73.05% from 255) = 35.03%

R = 25.8%
G = 39.17%
B = 35.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#89D0BA (or 0x89D0BA) is known color: Bermuda. HEX triplet: 89, D0 and BA. RGB value is (137,208,186). Sum of RGB (Red+Green+Blue) = 137+208+186=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #89D0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D0BA is #762F45. Grayscale: #B8B8B8. Windows color (decimal): -7745350 or 12243081. OLE color: 12243081.

HSL color Cylindrical-coordinate representation of color #89D0BA: hue angle of 161.41º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89D0BA is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 208 186 -
CMYK 0.34 0 0.11 0.18
HSL 161.41º 0.43% 0.68% -
HSV(B) 161.41º 0.34% 0.82% -
XYZ 41.74 53.98 54.67 -
YUV 184.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 137 208 186 0.34 0 0.11 0.18 161.41 0.43 0.68
Hex 89 D0 BA 22 0 B 12 A1 2B 44
Octal 211 320 272 42 0 13 22 241 53 104
Binary 10001001 11010000 10111010 100010 0 1011 10010 10100001 101011 1000100

Color Harmonies of #89D0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89D0BA

Black with #89D0BA

Text Example


Text Example

White with #89D0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,208,186); }

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

background-color css

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

 a { background-color: rgb(137,208,186); }

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

border-color css

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

 span { border-color: rgb(137,208,186); }

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