Html Css Color HEX #89CCBE Bermuda

📋 copy color: '#89CCBE'

red 137 ◦ green 204 ◦ blue 190

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

Shades of Bermuda #89CCBE

Tints of Bermuda #89CCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.78%

R = 25.8%
G = 38.42%
B = 35.78%

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

#89CCBE (or 0x89CCBE) is known color: Bermuda. HEX triplet: 89, CC and BE. RGB value is (137,204,190). Sum of RGB (Red+Green+Blue) = 137+204+190=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCBE is #763341. Grayscale: #B6B6B6. Windows color (decimal): -7746370 or 12504201. OLE color: 12504201.

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

Color convert

RGB 137 204 190 -
CMYK 0.33 0 0.07 0.2
HSL 167.46º 0.4% 0.67% -
HSV(B) 167.46º 0.33% 0.8% -
XYZ 41.2 52.22 56.62 -
YUV 182.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 137 204 190 0.33 0 0.07 0.2 167.46 0.4 0.67
Hex 89 CC BE 21 0 7 14 A7 28 43
Octal 211 314 276 41 0 7 24 247 50 103
Binary 10001001 11001100 10111110 100001 0 111 10100 10100111 101000 1000011

Color Harmonies of #89CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CCBE

Black with #89CCBE

Text Example


Text Example

White with #89CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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