#8CC8B7

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

Shades of Bermuda #8CC8B7

Tints of Bermuda #8CC8B7

Color information

#8CC8B7 (or 0x8CC8B7) is unknown color: approx Bermuda. HEX triplet: 8C, C8 and B7. RGB value is (140,200,183). Sum of RGB (Red+Green+Blue) = 140+200+183=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC8B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC8B7 is #733748. Grayscale: #B4B4B4. Windows color (decimal): -7550793 or 12044428. OLE color: 12044428.

HSL color Cylindrical-coordinate representation of color #8CC8B7: hue angle of 163º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC8B7 is Cyan = 0.3, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB140200183-
CMYK0.300.080.22
HSL163º35.29%66.67%-
HSV(B)163º30%78.43%-
XYZ40.0250.352.4-
YUV180.12129.6299.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.77%
GREEN value IS 200 (78.52% from 255) = 38.24%
BLUE value IS 183 (71.88% from 255) = 34.99%
R=26.77%
G=38.24%
B=34.99%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001830.300.080.2216335.2966.67
Hex8CC8B71E0816a32343
Octal214310267360102624343103
Binary100011001100100010110111111100100010110101000111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,200,183); }

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

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

 a { background-color: rgb(140,200,183); }

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

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

 span { border-color: rgb(140,200,183); }

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