#8CD6BF

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

Shades of Bermuda #8CD6BF

Tints of Bermuda #8CD6BF

Color information

#8CD6BF (or 0x8CD6BF) is unknown color: approx Bermuda. HEX triplet: 8C, D6 and BF. RGB value is (140,214,191). Sum of RGB (Red+Green+Blue) = 140+214+191=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD6BF is #732940. Grayscale: #BDBDBD. Windows color (decimal): -7547201 or 12572300. OLE color: 12572300.

HSL color Cylindrical-coordinate representation of color #8CD6BF: hue angle of 161.35º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD6BF is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB140214191-
CMYK0.3500.110.16
HSL161.35º47.44%69.41%-
HSV(B)161.35º34.58%83.92%-
XYZ44.2757.4358.04-
YUV189.25128.9892.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.69%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 191 (75% from 255) = 35.05%
R=25.69%
G=39.27%
B=35.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402141910.3500.110.16161.3547.4469.41
Hex8CD6BF230B10a12f45
Octal214326277430132024157105
Binary1000110011010110101111111000110101110000101000011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,214,191); }

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

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

 a { background-color: rgb(140,214,191); }

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

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

 span { border-color: rgb(140,214,191); }

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