#8CC4C1

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

Shades of Bermuda #8CC4C1

Tints of Bermuda #8CC4C1

Color information

#8CC4C1 (or 0x8CC4C1) is unknown color: approx Bermuda. HEX triplet: 8C, C4 and C1. RGB value is (140,196,193). Sum of RGB (Red+Green+Blue) = 140+196+193=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC4C1 is #733B3E. Grayscale: #B2B2B2. Windows color (decimal): -7551807 or 12698764. OLE color: 12698764.

HSL color Cylindrical-coordinate representation of color #8CC4C1: hue angle of 176.79º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC4C1 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB140196193-
CMYK0.2900.020.23
HSL176.79º32.18%65.88%-
HSV(B)176.79º28.57%76.86%-
XYZ40.1848.9157.77-
YUV178.91135.95100.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.47%
GREEN value IS 196 (76.95% from 255) = 37.05%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=26.47%
G=37.05%
B=36.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401961930.2900.020.23176.7932.1865.88
Hex8CC4C11D0217b12042
Octal21430430135022726140102
Binary1000110011000100110000011110101010111101100011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,196,193); }

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

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

 a { background-color: rgb(140,196,193); }

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

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

 span { border-color: rgb(140,196,193); }

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