#A8DFBC

Color #A8DFBC Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #A8DFBC

Tints of Fringy Flower #A8DFBC

Color information

#A8DFBC (or 0xA8DFBC) is unknown color: approx Fringy Flower. HEX triplet: A8, DF and BC. RGB value is (168,223,188). Sum of RGB (Red+Green+Blue) = 168+223+188=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFBC is #572043. Grayscale: #CACACA. Windows color (decimal): -5709892 or 12378024. OLE color: 12378024.

HSL color Cylindrical-coordinate representation of color #A8DFBC: hue angle of 141.82º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DFBC is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB168223188-
CMYK0.2500.160.13
HSL141.82º46.22%76.67%-
HSV(B)141.82º24.66%87.45%-
XYZ51.6164.7357.35-
YUV202.56119.78103.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.02%
GREEN value IS 223 (87.5% from 255) = 38.51%
BLUE value IS 188 (73.83% from 255) = 32.47%
R=29.02%
G=38.51%
B=32.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682231880.2500.160.13141.8246.2276.67
HexA8DFBC19010D8e2e4d
Octal250337274310201521656115
Binary101010001101111110111100110010100001101100011101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DFBC; }

 p { color: rgb(168,223,188); }

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

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

 a { background-color: rgb(168,223,188); }

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

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

 span { border-color: rgb(168,223,188); }

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