#8FC4C1

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

Shades of Bermuda #8FC4C1

Tints of Bermuda #8FC4C1

Color information

#8FC4C1 (or 0x8FC4C1) is unknown color: approx Bermuda. HEX triplet: 8F, C4 and C1. RGB value is (143,196,193). Sum of RGB (Red+Green+Blue) = 143+196+193=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC4C1 is #703B3E. Grayscale: #B3B3B3. Windows color (decimal): -7355199 or 12698767. OLE color: 12698767.

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

Color convert

RGB143196193-
CMYK0.2700.020.23
HSL176.6º30.99%66.47%-
HSV(B)176.6º27.04%76.86%-
XYZ40.6949.1757.8-
YUV179.81135.44101.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.88%
GREEN value IS 196 (76.95% from 255) = 36.84%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=26.88%
G=36.84%
B=36.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1431961930.2700.020.23176.630.9966.47
Hex8FC4C11B0217b11f42
Octal21730430133022726137102
Binary100011111100010011000001110110101011110110001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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