#8CD6BA

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

Shades of Bermuda #8CD6BA

Tints of Bermuda #8CD6BA

Color information

#8CD6BA (or 0x8CD6BA) is unknown color: approx Bermuda. HEX triplet: 8C, D6 and BA. RGB value is (140,214,186). Sum of RGB (Red+Green+Blue) = 140+214+186=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD6BA is #732945. Grayscale: #BCBCBC. Windows color (decimal): -7547206 or 12244620. OLE color: 12244620.

HSL color Cylindrical-coordinate representation of color #8CD6BA: hue angle of 157.3º 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 #8CD6BA is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB140214186-
CMYK0.3500.130.16
HSL157.3º47.44%69.41%-
HSV(B)157.3º34.58%83.92%-
XYZ43.7257.2155.19-
YUV188.68126.4893.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.93%
GREEN value IS 214 (83.98% from 255) = 39.63%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=25.93%
G=39.63%
B=34.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402141860.3500.130.16157.347.4469.41
Hex8CD6BA230D109d2f45
Octal214326272430152023557105
Binary1000110011010110101110101000110110110000100111011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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