#8FB7B4

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

Shades of Conch #8FB7B4

Tints of Conch #8FB7B4

Color information

#8FB7B4 (or 0x8FB7B4) is unknown color: approx Conch. HEX triplet: 8F, B7 and B4. RGB value is (143,183,180). Sum of RGB (Red+Green+Blue) = 143+183+180=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB7B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB7B4 is #70484B. Grayscale: #AAAAAA. Windows color (decimal): -7358540 or 11843471. OLE color: 11843471.

HSL color Cylindrical-coordinate representation of color #8FB7B4: hue angle of 175.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8FB7B4 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB143183180-
CMYK0.2200.020.28
HSL175.5º21.74%63.92%-
HSV(B)175.5º21.86%71.76%-
XYZ36.54349.56-
YUV170.7133.25108.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.26%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 180 (70.70% from 255) = 35.57%
R=28.26%
G=36.17%
B=35.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1431831800.2200.020.28175.521.7463.92
Hex8FB7B416021Cb01640
Octal21726726426023426026100
Binary100011111011011110110100101100101110010110000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,183,180); }

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

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

 a { background-color: rgb(143,183,180); }

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

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

 span { border-color: rgb(143,183,180); }

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