#8CD1B9

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

Shades of Bermuda #8CD1B9

Tints of Bermuda #8CD1B9

Color information

#8CD1B9 (or 0x8CD1B9) is unknown color: approx Bermuda. HEX triplet: 8C, D1 and B9. RGB value is (140,209,185). Sum of RGB (Red+Green+Blue) = 140+209+185=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD1B9 is #732E46. Grayscale: #B9B9B9. Windows color (decimal): -7548487 or 12177804. OLE color: 12177804.

HSL color Cylindrical-coordinate representation of color #8CD1B9: hue angle of 159.13º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CD1B9 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB140209185-
CMYK0.3300.110.18
HSL159.13º42.86%68.43%-
HSV(B)159.13º33.01%81.96%-
XYZ42.3754.6854.22-
YUV185.63127.6495.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.22%
GREEN value IS 209 (82.03% from 255) = 39.14%
BLUE value IS 185 (72.66% from 255) = 34.64%
R=26.22%
G=39.14%
B=34.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402091850.3300.110.18159.1342.8668.43
Hex8CD1B9210B129f2b44
Octal214321271410132223753104
Binary1000110011010001101110011000010101110010100111111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,209,185); }

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

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

 a { background-color: rgb(140,209,185); }

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

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

 span { border-color: rgb(140,209,185); }

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