#8CD8BE

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

Shades of Bermuda #8CD8BE

Tints of Bermuda #8CD8BE

Color information

#8CD8BE (or 0x8CD8BE) is unknown color: approx Bermuda. HEX triplet: 8C, D8 and BE. RGB value is (140,216,190). Sum of RGB (Red+Green+Blue) = 140+216+190=546 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.64% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #8CD8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD8BE is #732741. Grayscale: #BEBEBE. Windows color (decimal): -7546690 or 12507276. OLE color: 12507276.

HSL color Cylindrical-coordinate representation of color #8CD8BE: hue angle of 159.47º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD8BE is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB140216190-
CMYK0.3500.120.15
HSL159.47º49.35%69.8%-
HSV(B)159.47º35.19%84.71%-
XYZ44.6758.457.63-
YUV190.31127.8292.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.64%
GREEN value IS 216 (84.77% from 255) = 39.56%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=25.64%
G=39.56%
B=34.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402161900.3500.120.15159.4749.3569.8
Hex8CD8BE230CF9f3146
Octal214330276430141723761106
Binary100011001101100010111110100011011001111100111111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,216,190); }

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

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

 a { background-color: rgb(140,216,190); }

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

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

 span { border-color: rgb(140,216,190); }

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