#8CD0BD

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

Shades of Bermuda #8CD0BD

Tints of Bermuda #8CD0BD

Color information

#8CD0BD (or 0x8CD0BD) is unknown color: approx Bermuda. HEX triplet: 8C, D0 and BD. RGB value is (140,208,189). Sum of RGB (Red+Green+Blue) = 140+208+189=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD0BD is #732F42. Grayscale: #B9B9B9. Windows color (decimal): -7548739 or 12439692. OLE color: 12439692.

HSL color Cylindrical-coordinate representation of color #8CD0BD: hue angle of 163.24º degrees, saturation: 0.42, 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 #8CD0BD is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB140208189-
CMYK0.3300.090.18
HSL163.24º41.98%68.24%-
HSV(B)163.24º32.69%81.57%-
XYZ42.5654.3656.39-
YUV185.5129.9795.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.07%
GREEN value IS 208 (81.64% from 255) = 38.73%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=26.07%
G=38.73%
B=35.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402081890.3300.090.18163.2441.9868.24
Hex8CD0BD210912a32a44
Octal214320275410112224352104
Binary1000110011010000101111011000010100110010101000111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,208,189); }

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

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

 a { background-color: rgb(140,208,189); }

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

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

 span { border-color: rgb(140,208,189); }

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