#8CD5C0

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

Shades of Bermuda #8CD5C0

Tints of Bermuda #8CD5C0

Color information

#8CD5C0 (or 0x8CD5C0) is unknown color: approx Bermuda. HEX triplet: 8C, D5 and C0. RGB value is (140,213,192). Sum of RGB (Red+Green+Blue) = 140+213+192=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD5C0 is #732A3F. Grayscale: #BCBCBC. Windows color (decimal): -7547456 or 12637580. OLE color: 12637580.

HSL color Cylindrical-coordinate representation of color #8CD5C0: hue angle of 162.74º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD5C0 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB140213192-
CMYK0.3400.100.16
HSL162.74º46.5%69.22%-
HSV(B)162.74º34.27%83.53%-
XYZ44.1256.9758.54-
YUV188.78129.8293.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.69%
GREEN value IS 213 (83.59% from 255) = 39.08%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=25.69%
G=39.08%
B=35.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402131920.3400.100.16162.7446.569.22
Hex8CD5C0220A10a32e45
Octal214325300420122024356105
Binary1000110011010101110000001000100101010000101000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,213,192); }

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

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

 a { background-color: rgb(140,213,192); }

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

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

 span { border-color: rgb(140,213,192); }

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