#8CDBBC

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

Shades of Bermuda #8CDBBC

Tints of Bermuda #8CDBBC

Color information

#8CDBBC (or 0x8CDBBC) is unknown color: approx Bermuda. HEX triplet: 8C, DB and BC. RGB value is (140,219,188). Sum of RGB (Red+Green+Blue) = 140+219+188=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDBBC is #732443. Grayscale: #BFBFBF. Windows color (decimal): -7545924 or 12376972. OLE color: 12376972.

HSL color Cylindrical-coordinate representation of color #8CDBBC: hue angle of 156.46º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDBBC is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB140219188-
CMYK0.3600.140.14
HSL156.46º52.32%70.39%-
HSV(B)156.46º36.07%85.88%-
XYZ45.2259.8756.75-
YUV191.85125.8391.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.59%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=25.59%
G=40.04%
B=34.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402191880.3600.140.14156.4652.3270.39
Hex8CDBBC240EE9c3446
Octal214333274440161623464106
Binary100011001101101110111100100100011101110100111001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,219,188); }

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

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

 a { background-color: rgb(140,219,188); }

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

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

 span { border-color: rgb(140,219,188); }

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