#8FCAC1

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

Shades of Bermuda #8FCAC1

Tints of Bermuda #8FCAC1

Color information

#8FCAC1 (or 0x8FCAC1) is unknown color: approx Bermuda. HEX triplet: 8F, CA and C1. RGB value is (143,202,193). Sum of RGB (Red+Green+Blue) = 143+202+193=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCAC1 is #70353E. Grayscale: #B7B7B7. Windows color (decimal): -7353663 or 12700303. OLE color: 12700303.

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

Color convert

RGB143202193-
CMYK0.2900.040.21
HSL170.85º35.76%67.65%-
HSV(B)170.85º29.21%79.22%-
XYZ42.0751.9358.26-
YUV183.33133.4599.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.58%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=26.58%
G=37.55%
B=35.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021930.2900.040.21170.8535.7667.65
Hex8FCAC11D0415ab2444
Octal21731230135042525344104
Binary10001111110010101100000111101010010101101010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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