#89CDC1

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

Shades of Bermuda #89CDC1

Tints of Bermuda #89CDC1

Color information

#89CDC1 (or 0x89CDC1) is unknown color: approx Bermuda. HEX triplet: 89, CD and C1. RGB value is (137,205,193). Sum of RGB (Red+Green+Blue) = 137+205+193=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDC1 is #76323E. Grayscale: #B7B7B7. Windows color (decimal): -7746111 or 12701065. OLE color: 12701065.

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

Color convert

RGB137205193-
CMYK0.3300.060.20
HSL169.41º40.48%67.06%-
HSV(B)169.41º33.17%80.39%-
XYZ41.7752.8358.45-
YUV183.3133.4794.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.61%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=25.61%
G=38.32%
B=36.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1372051930.3300.060.20169.4140.4867.06
Hex89CDC1210614a92843
Octal21131530141062425150103
Binary100010011100110111000001100001011010100101010011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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