#8CCAC1

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

Shades of Bermuda #8CCAC1

Tints of Bermuda #8CCAC1

Color information

#8CCAC1 (or 0x8CCAC1) is unknown color: approx Bermuda. HEX triplet: 8C, CA and C1. RGB value is (140,202,193). Sum of RGB (Red+Green+Blue) = 140+202+193=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCAC1 is #73353E. Grayscale: #B6B6B6. Windows color (decimal): -7550271 or 12700300. OLE color: 12700300.

HSL color Cylindrical-coordinate representation of color #8CCAC1: hue angle of 171.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCAC1 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB140202193-
CMYK0.3100.040.21
HSL171.29º36.9%67.06%-
HSV(B)171.29º30.69%79.22%-
XYZ41.5651.6758.23-
YUV182.44133.9697.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.17%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=26.17%
G=37.76%
B=36.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021930.3100.040.21171.2936.967.06
Hex8CCAC11F0415ab2543
Octal21431230137042525345103
Binary10001100110010101100000111111010010101101010111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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