Html Css Color HEX #89D6C2 Bermuda

📋 copy color: '#89D6C2'

red 137 ◦ green 214 ◦ blue 194

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

Shades of Bermuda #89D6C2

Tints of Bermuda #89D6C2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.27%

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 25.14%
G = 39.27%
B = 35.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#89D6C2 (or 0x89D6C2) is known color: Bermuda. HEX triplet: 89, D6 and C2. RGB value is (137,214,194). Sum of RGB (Red+Green+Blue) = 137+214+194=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #89D6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D6C2 is #76293D. Grayscale: #BCBCBC. Windows color (decimal): -7743806 or 12768905. OLE color: 12768905.

HSL color Cylindrical-coordinate representation of color #89D6C2: hue angle of 164.42º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89D6C2 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 214 194 -
CMYK 0.36 0 0.09 0.16
HSL 164.42º 0.48% 0.69% -
HSV(B) 164.42º 0.36% 0.84% -
XYZ 44.1 57.31 59.78 -
YUV 188.7 130.99 91.13 -
System Red Green Blue C M Y K H S L
Decimal 137 214 194 0.36 0 0.09 0.16 164.42 0.48 0.69
Hex 89 D6 C2 24 0 9 10 A4 30 45
Octal 211 326 302 44 0 11 20 244 60 105
Binary 10001001 11010110 11000010 100100 0 1001 10000 10100100 110000 1000101

Color Harmonies of #89D6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89D6C2

Black with #89D6C2

Text Example


Text Example

White with #89D6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,214,194); }

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

background-color css

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

 a { background-color: rgb(137,214,194); }

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

border-color css

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

 span { border-color: rgb(137,214,194); }

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