#8CD6B9

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

Shades of Bermuda #8CD6B9

Tints of Bermuda #8CD6B9

Color information

#8CD6B9 (or 0x8CD6B9) is unknown color: approx Bermuda. HEX triplet: 8C, D6 and B9. RGB value is (140,214,185). Sum of RGB (Red+Green+Blue) = 140+214+185=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD6B9 is #732946. Grayscale: #BCBCBC. Windows color (decimal): -7547207 or 12179084. OLE color: 12179084.

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

Color convert

RGB140214185-
CMYK0.3500.140.16
HSL156.49º47.44%69.41%-
HSV(B)156.49º34.58%83.92%-
XYZ43.6257.1754.64-
YUV188.57125.9893.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.97%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 185 (72.66% from 255) = 34.32%
R=25.97%
G=39.70%
B=34.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402141850.3500.140.16156.4947.4469.41
Hex8CD6B9230E109c2f45
Octal214326271430162023457105
Binary1000110011010110101110011000110111010000100111001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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