#8DC8BA

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

Shades of Bermuda #8DC8BA

Tints of Bermuda #8DC8BA

Color information

#8DC8BA (or 0x8DC8BA) is unknown color: approx Bermuda. HEX triplet: 8D, C8 and BA. RGB value is (141,200,186). Sum of RGB (Red+Green+Blue) = 141+200+186=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC8BA is #723745. Grayscale: #B4B4B4. Windows color (decimal): -7485254 or 12241037. OLE color: 12241037.

HSL color Cylindrical-coordinate representation of color #8DC8BA: hue angle of 165.76º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DC8BA is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB141200186-
CMYK0.2900.070.22
HSL165.76º34.91%66.86%-
HSV(B)165.76º29.5%78.43%-
XYZ40.550.5254.07-
YUV180.76130.9599.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.76%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=26.76%
G=37.95%
B=35.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001860.2900.070.22165.7634.9166.86
Hex8DC8BA1D0716a62343
Octal21531027235072624643103
Binary10001101110010001011101011101011110110101001101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,200,186); }

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

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

 a { background-color: rgb(141,200,186); }

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

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

 span { border-color: rgb(141,200,186); }

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