Html Css Color HEX #89CDBA Bermuda

📋 copy color: '#89CDBA'

red 137 ◦ green 205 ◦ blue 186

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

Shades of Bermuda #89CDBA

Tints of Bermuda #89CDBA

RGB

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

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

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

R = 25.95%
G = 38.83%
B = 35.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#89CDBA (or 0x89CDBA) is known color: Bermuda. HEX triplet: 89, CD and BA. RGB value is (137,205,186). Sum of RGB (Red+Green+Blue) = 137+205+186=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDBA is #763245. Grayscale: #B6B6B6. Windows color (decimal): -7746118 or 12242313. OLE color: 12242313.

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

Color convert

RGB 137 205 186 -
CMYK 0.33 0 0.09 0.20
HSL 163.24º 0.4% 0.67% -
HSV(B) 163.24º 0.33% 0.8% -
XYZ 41.01 52.53 54.43 -
YUV 182.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 137 205 186 0.33 0 0.09 0.20 163.24 0.4 0.67
Hex 89 CD BA 21 0 9 14 A3 28 43
Octal 211 315 272 41 0 11 24 243 50 103
Binary 10001001 11001101 10111010 100001 0 1001 10100 10100011 101000 1000011

Color Harmonies of #89CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CDBA

Black with #89CDBA

Text Example


Text Example

White with #89CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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