Html Css Color HEX #89CCBA Bermuda

📋 copy color: '#89CCBA'

red 137 ◦ green 204 ◦ blue 186

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

Shades of Bermuda #89CCBA

Tints of Bermuda #89CCBA

RGB

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

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

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

R = 26%
G = 38.71%
B = 35.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#89CCBA (or 0x89CCBA) is known color: Bermuda. HEX triplet: 89, CC and BA. RGB value is (137,204,186). Sum of RGB (Red+Green+Blue) = 137+204+186=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCBA is #763345. Grayscale: #B5B5B5. Windows color (decimal): -7746374 or 12242057. OLE color: 12242057.

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

Color convert

RGB 137 204 186 -
CMYK 0.33 0 0.09 0.2
HSL 163.88º 0.4% 0.67% -
HSV(B) 163.88º 0.33% 0.8% -
XYZ 40.77 52.05 54.35 -
YUV 181.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 137 204 186 0.33 0 0.09 0.2 163.88 0.4 0.67
Hex 89 CC BA 21 0 9 14 A4 28 43
Octal 211 314 272 41 0 11 24 244 50 103
Binary 10001001 11001100 10111010 100001 0 1001 10100 10100100 101000 1000011

Color Harmonies of #89CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CCBA

Black with #89CCBA

Text Example


Text Example

White with #89CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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