#8FD4C1

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

Shades of Bermuda #8FD4C1

Tints of Bermuda #8FD4C1

Color information

#8FD4C1 (or 0x8FD4C1) is unknown color: approx Bermuda. HEX triplet: 8F, D4 and C1. RGB value is (143,212,193). Sum of RGB (Red+Green+Blue) = 143+212+193=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD4C1 is #702B3E. Grayscale: #BDBDBD. Windows color (decimal): -7351103 or 12702863. OLE color: 12702863.

HSL color Cylindrical-coordinate representation of color #8FD4C1: hue angle of 163.48º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD4C1 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB143212193-
CMYK0.3300.090.17
HSL163.48º44.52%69.61%-
HSV(B)163.48º32.55%83.14%-
XYZ44.556.7859.07-
YUV189.2130.1495.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.09%
GREEN value IS 212 (83.20% from 255) = 38.69%
BLUE value IS 193 (75.78% from 255) = 35.22%
R=26.09%
G=38.69%
B=35.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1432121930.3300.090.17163.4844.5269.61
Hex8FD4C1210911a32d46
Octal217324301410112124355106
Binary1000111111010100110000011000010100110001101000111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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