#8DC3BE

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

Shades of Bermuda #8DC3BE

Tints of Bermuda #8DC3BE

Color information

#8DC3BE (or 0x8DC3BE) is unknown color: approx Bermuda. HEX triplet: 8D, C3 and BE. RGB value is (141,195,190). Sum of RGB (Red+Green+Blue) = 141+195+190=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC3BE is #723C41. Grayscale: #B2B2B2. Windows color (decimal): -7486530 or 12501901. OLE color: 12501901.

HSL color Cylindrical-coordinate representation of color #8DC3BE: hue angle of 174.44º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DC3BE is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB141195190-
CMYK0.2800.030.24
HSL174.44º31.03%65.88%-
HSV(B)174.44º27.69%76.47%-
XYZ39.7948.4155.96-
YUV178.28134.61101.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.81%
GREEN value IS 195 (76.56% from 255) = 37.07%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=26.81%
G=37.07%
B=36.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411951900.2800.030.24174.4431.0365.88
Hex8DC3BE1C0318ae1f42
Octal21530327634033025637102
Binary100011011100001110111110111000111100010101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DC3BE; }

 p { color: rgb(141,195,190); }

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

<style>
 a { background-color: #8DC3BE; }

 a { background-color: rgb(141,195,190); }

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

<style>
 span { border-color: #8DC3BE; }

 span { border-color: rgb(141,195,190); }

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