Html Css Color HEX #89CEB9 Bermuda

📋 copy color: '#89CEB9'

red 137 ◦ green 206 ◦ blue 185

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

Shades of Bermuda #89CEB9

Tints of Bermuda #89CEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.02%

 BLUE value IS 185 (72.66% from 255) = 35.04%

R = 25.95%
G = 39.02%
B = 35.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#89CEB9 (or 0x89CEB9) is known color: Bermuda. HEX triplet: 89, CE and B9. RGB value is (137,206,185). Sum of RGB (Red+Green+Blue) = 137+206+185=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CEB9 is #763146. Grayscale: #B6B6B6. Windows color (decimal): -7745863 or 12177033. OLE color: 12177033.

HSL color Cylindrical-coordinate representation of color #89CEB9: hue angle of 161.74º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CEB9 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 206 185 -
CMYK 0.33 0 0.10 0.19
HSL 161.74º 0.41% 0.67% -
HSV(B) 161.74º 0.33% 0.81% -
XYZ 41.14 52.96 53.95 -
YUV 182.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 137 206 185 0.33 0 0.10 0.19 161.74 0.41 0.67
Hex 89 CE B9 21 0 A 13 A2 29 43
Octal 211 316 271 41 0 12 23 242 51 103
Binary 10001001 11001110 10111001 100001 0 1010 10011 10100010 101001 1000011

Color Harmonies of #89CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CEB9

Black with #89CEB9

Text Example


Text Example

White with #89CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,206,185); }

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

background-color css

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

 a { background-color: rgb(137,206,185); }

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

border-color css

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

 span { border-color: rgb(137,206,185); }

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