#89D6C1

Color #89D6C1 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #89D6C1

Tints of Bermuda #89D6C1

Color information

#89D6C1 (or 0x89D6C1) is unknown color: approx Bermuda. HEX triplet: 89, D6 and C1. RGB value is (137,214,193). Sum of RGB (Red+Green+Blue) = 137+214+193=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #89D6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D6C1 is #76293E. Grayscale: #BCBCBC. Windows color (decimal): -7743807 or 12703369. OLE color: 12703369.

HSL color Cylindrical-coordinate representation of color #89D6C1: hue angle of 163.64º 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 #89D6C1 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB137214193-
CMYK0.3600.100.16
HSL163.64º48.43%68.82%-
HSV(B)163.64º35.98%83.92%-
XYZ43.9957.2659.19-
YUV188.58130.4991.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.18%
GREEN value IS 214 (83.98% from 255) = 39.34%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=25.18%
G=39.34%
B=35.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1372141930.3600.100.16163.6448.4368.82
Hex89D6C1240A10a43045
Octal211326301440122024460105
Binary1000100111010110110000011001000101010000101001001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89D6C1;
 }
 .AnyTagClassName
 {
   color: #89D6C1;
 }
</style>
background-color css

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

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

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

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

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

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